Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 267 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 267 Bytes

Template

This is a relatively complete web framework

  • to generate the config:

go run main.go config

  • to generate the module:

go run main.go create -n module_name

  • to run the server:

go run main.go server

  • Don't forget to add the module to the kernel