Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 248 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 248 Bytes

Karts

Go web framework. Will put more here when it's more complete and not a complete mess.

Notes

To run example/ from /karts/:

  1. go build example/views.go example/urls.go
  2. example/urls.exe 3000

Should host on localhost:3000.