mirror of
https://github.com/sbrow/envr.git
synced 2026-02-27 20:11:45 -05:00
8 lines
81 B
Go
8 lines
81 B
Go
package main
|
|
|
|
import "github.com/sbrow/envr/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|