Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T01:51:25.000Z (about 1 year ago)
- Last Synced: 2024-09-28T17:01:38.130Z (about 1 month ago)
- Topics: firebase, firestore, go, golang, golang-library, webapp
- Language: Go
- Homepage: https://pkg.go.dev/github.com/qqiao/webapp/v2
- Size: 176 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
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).
### Known Issues