Go 言語ユーティリティライブラリ集
A quick introduction of the minimal setup you need to get a hello world up & running.
go get github.com/topgate/goutils
または、go mod を使用している場合、ソースコード中に github.com/topgate/goutils
のパッケージを参照している状態で、
go mod tidy
を実行する
git clone https://github.com/topgate/goutils.git
cd goutils
go mod tidy
テスト実行手順を以下に示す
go test ./...
このライブラリで提供する機能
- Excel に対応した CSV の出力 (encoding/csv,gocsv に対応したパッケージ)
- AppEngine 用のロギング
- 構造体のバリデーション
- SQL 拡張