Loads of stuff, check roadmap changes in the README :P

This commit is contained in:
Miguel de la Cruz 2021-09-12 20:37:51 +02:00
parent e1fca030bc
commit 68ae33e78a
15 changed files with 17179 additions and 10 deletions

View file

@ -24,7 +24,7 @@ func main() {
closed := make(chan bool, 1)
go func() {
fmt.Println("Starting craban")
fmt.Println("Starting craban server")
if err := srv.Start(); err != nil {
fmt.Fprintf(os.Stderr, "error running server: %s", err)
os.Exit(1)