1
0
mirror of https://github.com/Luzifer/expose.git synced 2024-09-18 23:22:57 +00:00
expose/main.go
Knut Ahlers 1d35b0988e
Initial version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2017-04-14 02:45:38 +02:00

8 lines
85 B
Go

package main
import "github.com/Luzifer/expose/cmd"
func main() {
cmd.Execute()
}