9 lines
85 B
Go
9 lines
85 B
Go
// main.go
|
|
package main
|
|
|
|
import "complie-erlang/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|