bustle/cmd/bustle/main.go

8 lines
79 B
Go

package main
import "fmt"
func main() {
fmt.Println("TODO bustle client")
}