An open API service indexing awesome lists of open source software.

https://github.com/yankeguo-deprecated/x

landzero.net/x
https://github.com/yankeguo-deprecated/x

golang toolkit toolset

Last synced: 6 months ago
JSON representation

landzero.net/x

Awesome Lists containing this project

README

          

# x

`landzero.net/x` is a collection of various Go libraries

# Upstreams

| Package | Upstream | Modified |
|---------|----------|----------|
| container/sack | orignal |
| com | https://github.com/Unknwon/com | x
| database/mysql | https://github.com/go-sql-driver/mysql |
| database/orm | https://github.com/jinzhu/gorm | x
| database/pq | https://github.com/lib/pq |
| database/redis | https://github.com/go-redis/redis |
| database/sqlite3 | https://github.com/mattn/go-sqlite3 |
| encoding/rec | original |
| encoding/toml | https://github.com/BurntSushi/toml |
| encoding/yaml | https://github.com/go-yaml/yaml |
| flag/cli | https://github.com/urfave/cli |
| io/ioext | original |
| io/pty | https://github.com/kr/pty |
| io/stdcopy | https://github.com/docker/docker |
| log | standard library "log" | xx
| math/mshuf | original |
| net/http/httpext | orignal |
| net/arc | orignal |
| net/ivy | orignal |
| net/netext | orignal |
| net/oauth | https://github.com/mrjones/oauth |
| net/reuse | https://github.com/kavu/go_reuseport |
| net/web | https://github.com/go-macaron/macaron and various middlewares | xxx
| os/minit | orignal |
| os/osext | orignal |
| reflect/structs | https://github.com/fatih/structs |
| runtime/binfs | orignal |
| text/inflection | https://github.com/jinzhu/inflection |
| text/shellquote | https://github.com/kballard/go-shellquote |
| time/ago | https://github.com/xeonx/timeago | x
| time/now | https://github.com/jinzhu/now |

# License

check individual upstream for license information

original libraries are under MIT license