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 拡張