Out-of-the-box functions for go
- Goroutine concurrency
- Reverse proxy
- Round-robin scheduler
- HTTP encapsulation
- Error management
- Reflect utils
- Algorithm functions
- Write Csv and Bin files
- Extendable
Go: any one of the three latest major releases.
With Go module support, simply add the following import
import "github.com/lleiiell/goist"
to your code, and then go [build|run|test]
will automatically fetch the necessary dependencies.
Otherwise, run the following Go command to install the goist package:
go get -u github.com/lleiiell/goist
For more details, please refer to https://pkg.go.dev/github.com/lleiiell/goist documentation
Goist is licensed under the Apache License, Version 2.0. For detail see LICENSE.
Please see CONTRIBUTING for details on submitting patches and the contribution workflow.
We appreciate your help!