Files
io-exporter/main.go

8 lines
86 B
Go

package main
import "github.com/tlinden/io-exporter/cmd"
func main() {
cmd.Run()
}