mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-05 01:59:08 +00:00
86ee592eb2
So they can't be imported from external repositories. I'm not giving any stability guarantees on anything except the CLI.
7 lines
95 B
Go
7 lines
95 B
Go
package main
|
|
|
|
import "github.com/tweag/gomod2nix/internal/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|