gomod2nix/main.go
adisbladis 86ee592eb2 Move internal packages to internal subdirectory
So they can't be imported from external repositories.

I'm not giving any stability guarantees on anything except the CLI.
2022-06-14 17:10:32 +08:00

7 lines
95 B
Go

package main
import "github.com/tweag/gomod2nix/internal/cmd"
func main() {
cmd.Execute()
}