mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-04 17:49:08 +00:00
7 lines
103 B
Go
7 lines
103 B
Go
package main
|
|
|
|
import "github.com/nix-community/gomod2nix/internal/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|