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
- Host: GitHub
- URL: https://github.com/yankeguo-deprecated/x
- Owner: yankeguo-deprecated
- Created: 2018-05-16T10:13:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T19:53:57.000Z (over 7 years ago)
- Last Synced: 2025-02-03T20:04:01.183Z (about 1 year ago)
- Topics: golang, toolkit, toolset
- Language: C
- Homepage: https://landzero.net
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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