🛒Installation
Framework is still below 1.0.0 version. Be careful updating the package, as breaking changes are releasing pretty often. Also, documentation may still be incomplete
Just run the following command:
For installation, go1.18 or higher is required
Documentation is current for v0.16.3
Hello, world!
Create a new package:
Create main.go
with the following code:
Run the code:
If everything works just fine, you'll see the text Hello, world!
on the http://localhost:8080 page.
Last updated