gomod2nix/main.go
2022-06-13 23:15:35 +08:00

7 lines
86 B
Go

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