Golang libraries
golang version is limited some packages.
- [log] only version 1.5+
- For indivisual study. (It works in progress.)
- authentication by JWT (Json Web TOken)
- for now, cast byte to string mutually.
- For encryption.
- For hash.
- For compress string data.
- For config settings from toml file.
- For check how to use boltdb package.
- Cache result of query on MySQL to Redis. (It works in progress.)
- Handling Cassandra.
- Handling RDB usign gorm package. For check.
- Handling RDB usign gorp package. For check.
- Handling MongoDB.
- Handling MySQL.
- Handling PostgreSQL. (It's not started to develop yet.)
- Handling Redis.
- For check how to use textindex package. (It's not started to develop yet.)
- For finding specific file in directories.
- It's to control how many goroutine can be run at a time.
- Heroku related library.
- logger. It can control loglevel in files and stdout respectively
- only version 1.5 or later.
- Send mail. (It works in progress.)
- Handling Apache kafka
- Handling NATS
- Handling RabbitMQ.
- For util feature using "os" package.
- For check how to use "reflect" package.
- For search string to use "regexp" package.
- It's just check how to use "runtime" package.
- Serialize each Type to binary data.
- Control signal to check where goroutine stop.
- Utility for test packages.
- For time related library.
- It's just check how to use "template/text" package.
- For useful funcs like handling slice, interface, type and so on.
- To check variable.
- For context. (It's not started to develop yet.)
- Control session on the web. (It works in progress.)
- For retrieving cookie from Chrome
On linux environment, install
libsecret-tools
sudo apt install libsecret-tools
- These packages are for just check
- For check how nil is treated in each Type through Test.
- And how each type is treated on Interface{} type.
- For drawing library. (It's not started to develop yet.)
- For check how to use "os/exec" package.
- For check how to use "flag" package.
- It's just check how to use "net/http" package. (It works in progress.)
- For check which way is most efficient to join strings on testing package.
- For check how to use "json" package.
- For handling xml.