town/cmd/emailtouser/main.go

10 lines
164 B
Go
Raw Normal View History

2023-10-25 04:39:13 +00:00
package main
import "fmt"
// TODO accept an email as an argument, write out a username associated with it or throw an error
func main() {
fmt.Println("TODO")
}