https://github.com/qqiao/webapp
Helper functions for Go web applications.
https://github.com/qqiao/webapp
firebase firestore go golang golang-library webapp
Last synced: 10 months ago
JSON representation
Helper functions for Go web applications.
- Host: GitHub
- URL: https://github.com/qqiao/webapp
- Owner: qqiao
- License: apache-2.0
- Created: 2017-05-07T05:00:12.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2025-08-01T17:47:43.000Z (11 months ago)
- Last Synced: 2025-08-01T19:34:07.817Z (11 months ago)
- Topics: firebase, firestore, go, golang, golang-library, webapp
- Language: Go
- Homepage: https://pkg.go.dev/github.com/qqiao/webapp/v2
- Size: 253 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webapp
Reusable components and helper functions for common use cases for Go based web
applications.
### Installation
The webapp module can be installed by running the following command:
go get github.com/qqiao/webapp/v2
### Usage
API documentation and example code can be found at the [pkg.go.dev](https://pkg.go.dev/github.com/qqiao/webapp/v2).
### License
Please refer to the `LICENSE` file for detailed licensing information.
### Known Issues