This website requires JavaScript.
Explore
Help
Register
Sign in
darkkirb
/
gomod2nix
Watch
1
Star
0
Fork
You've already forked gomod2nix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
1ffea526a0
gomod2nix
/
main.go
8 lines
86 B
Go
Raw
Normal View
History
Unescape
Escape
Use cobra for command line parsing
2022-06-13 14:20:55 +00:00
package
main
Basic parsing/fetching working
2020-07-20 10:52:58 +00:00
Use cobra for command line parsing
2022-06-13 14:20:55 +00:00
import
"github.com/tweag/gomod2nix/cmd"
Basic parsing/fetching working
2020-07-20 10:52:58 +00:00
func
main
(
)
{
Use cobra for command line parsing
2022-06-13 14:20:55 +00:00
cmd
.
Execute
(
)
Basic parsing/fetching working
2020-07-20 10:52:58 +00:00
}
Reference in a new issue
Copy permalink