This website works better with JavaScript.
Home
Explore
Help
Sign In
majun
/
practice_ArticleVote_Go
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17
Commits
1
Branch
1
Tag
150 KiB
Go
95.4%
Makefile
3.6%
Dockerfile
0.9%
Tree:
b654b777e6
master
demo测试
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b654b777e6'
${ noResults }
practice_ArticleVote_Go
/
internal
/
logic
/
vote
/
vote_logic.go
7 lines
95 B
Raw
Blame
History
package
vote
type
VoteLogic
struct
{
}
func
NewVoteLogic
(
)
*
VoteLogic
{
return
&
VoteLogic
{
}
}
Reference in new issue