Librairie d’aide à la création d’applications web pour Go
Go to file
wpetit 35c763a6c6 Use store to define session default options 2019-05-13 09:09:28 +02:00
api Add 'api' package to ease basic JSON API development 2018-12-28 11:45:30 +01:00
middleware Move Debug and ServiceContainer middlewares into their own packages 2018-12-07 10:13:53 +01:00
script Initial commit 2018-12-06 21:22:30 +01:00
service Add usage example for the service container 2018-12-07 09:20:26 +01:00
session/gorilla Use store to define session default options 2019-05-13 09:09:28 +02:00
static Return http.HandlerFunc instead of http.Handler 2018-12-06 22:01:56 +01:00
template/html Add html template service provider factory 2018-12-07 09:57:07 +01:00
.gitignore Initial commit 2018-12-06 21:22:30 +01:00
Makefile Initial commit 2018-12-06 21:22:30 +01:00
README.md Initial commit 2018-12-06 21:22:30 +01:00
goweb.go Add general usage example 2018-12-07 09:57:19 +01:00
goweb_test.go Fixe typo dans l'exemple 2018-12-07 20:30:04 +01:00

README.md

goweb

Librairie d'aide à la création d'applications web pour Go

Librairie en cours de développement. Des changements d'API peuvent intervenir à tout moment.

Documentation

https://godoc.org/forge.cadoles.com/wpetit/goweb

License

AGPL-3.0