gomod2nix/main.go

7 lines
103 B
Go

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