https://github.com/hezhangjian/gox
gox is a powerful toolkit offering reusable utilities, database migration solutions, and more.
https://github.com/hezhangjian/gox
golang library util
Last synced: about 1 year ago
JSON representation
gox is a powerful toolkit offering reusable utilities, database migration solutions, and more.
- Host: GitHub
- URL: https://github.com/hezhangjian/gox
- Owner: hezhangjian
- License: apache-2.0
- Created: 2023-04-25T03:08:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T01:44:39.000Z (over 1 year ago)
- Last Synced: 2025-04-15T02:54:00.348Z (about 1 year ago)
- Topics: golang, library, util
- Language: Go
- Homepage: https://github.com/shoothzj/gox
- Size: 56.6 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gox
**gox** is a powerful toolkit offering reusable utilities, database migration solutions, and more.
## Packages
- **buffer**: buffer utilities, typically used in network programming.
- **charx**: character utilities.
- **envx**: environment variables utilities.
- **flyway**: database schema migration tool, inspired by Flyway.
- **listx**: list extension data structures.
- **netx**: network utilities.
- **procx**: process utilities.
- **set**: set data structure.
- **syncx**: sync extensions.
- **table**: table data structure.
- **testx**: testing extension utilities.
## Installation
To include `gox` in your Go project, you can add it via `go get`:
```bash
go get github.com/shoothzj/gox
```
## Contributing
Contributions are welcome! Feel free to open issues or submit pull requests on GitHub.