mirror of
https://github.com/sbrow/envr.git
synced 2025-12-29 23:47:39 -05:00
8 lines
81 B
Go
8 lines
81 B
Go
package main
|
|
|
|
import "github.com/sbrow/envr/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|