peterskeide / bonesLinks
A project template for Go webapps
☆137Updated 10 years ago
Alternatives and similar repositories for bones
Users that are interested in bones are comparing it to the libraries listed below
Sorting:
- Resources related to talks given at GopherConIndia☆38Updated 10 years ago
- OAuth2 provider library for Go HTTP servers☆72Updated 9 years ago
- Data access in Go - Code Generator☆106Updated 8 years ago
- BitSet data structure in golang☆38Updated 5 years ago
- Go(Golang) library that provides a clean API for dynamically calling structs methods☆69Updated 8 years ago
- ☆50Updated 8 years ago
- Code generation tool for Go that generates common functions for iterable types such as map and filter for slices and channels.☆88Updated 6 years ago
- A simple and fast Redis backed key-value store library for Go☆113Updated 8 years ago
- Moved https://gitea.com/lunny/nodb☆126Updated 7 years ago
- A naive in-house tool for building a Golang web application and managing frontend assets.☆47Updated 7 years ago
- Closed. A website and user system (Gin/Backbone).☆34Updated 8 years ago
- [UNMATAINED] A lightweight, fast, orm-like library helps interactive with database☆59Updated 7 years ago
- Simple but powerful go logging library☆93Updated 8 years ago
- xlog is a logger for net/context aware HTTP applications☆139Updated last year
- TOML-based config for Go☆102Updated 2 years ago
- Package netbug provides a handler for registering profilers on your own ServeMux.☆72Updated 9 years ago
- Robust application configuration made simple☆126Updated 2 years ago
- Easily monitor progress of io operations.☆42Updated 10 years ago
- a Go package to observe notable events in a decoupled fashion☆239Updated 12 years ago
- An XPath 1.0 implementation written in the Go programming language.☆148Updated 4 years ago
- Collection of Go programs for quick reference☆62Updated 2 years ago
- A simple, compact and fast router package to process HTTP requests☆104Updated 4 years ago
- xmux is a httprouter fork on top of xhandler (net/context aware)☆99Updated 8 years ago
- Unmarshal an anonymous XML doc to map[string]interface{} and JSON, and extract values (using wildcards, if necessary) [deprecated for clb…