https://github.com/sanderdlm/go-playground
https://github.com/sanderdlm/go-playground
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanderdlm/go-playground
- Owner: sanderdlm
- Created: 2018-02-23T13:47:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T13:52:53.000Z (over 8 years ago)
- Last Synced: 2025-07-13T05:45:09.326Z (about 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Go-playground
This is a repo for me to screw around in with Go. The stuff in here right now is the product of [this tutorial](https://github.com/dreadnip/go-playground).
I'm trying to experiment with web applications and APIs in Go. On the look-at list:
* Native routing
* Gorilla (Mux) routing
* Native templates
* Third party templating engines
* Middleware
* Auth, crypto
* Static pages
* Golang CMSes?
* Logging
* Database interaction: MySQL, SQLite, Redis
I'm quite font of my Slim/Twig/Sqlite stack in PHP so I'm trying to look at similar things in Go I guess.