Update README.md & add not yet implemented error

This commit is contained in:
2020-12-27 01:38:07 -05:00
parent 5102cf73b8
commit ef69dd25b9
4 changed files with 25 additions and 2 deletions

View File

@@ -37,4 +37,7 @@ func main() {
os.Exit(1)
}
log.Fatalln("Runtime is currently not implemented!")
os.Exit(1)
}