codecrafters-io/languages

Fix unknown command %s in Git challenge's main.go

rohitpaulk opened this issue · 0 comments

Ref:

// fmt.Println("Unknown command %s", command)

This should interpolate instead of printing %s out