This website requires JavaScript.
Explore
Help
Sign In
NotAShelf
/
goblin
Watch
1
Star
0
Fork
You've already forked goblin
0
mirror of
https://github.com/NotAShelf/goblin.git
synced
2024-11-01 11:01:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
main
goblin
/
main.go
11 lines
101 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
chore: comply with revive linter See: https://github.com/golang/go/wiki/CodeReviewComments#package-comments
2023-09-07 19:33:21 +00:00
// entrypoint for the program
init
2023-09-07 18:06:26 +00:00
package
main
import
(
"goblin/cmd"
)
func
main
(
)
{
cmd
.
Execute
(
)
}
Reference in a new issue
Copy permalink