Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.42 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.42 KB

goutils

Go 言語ユーティリティライブラリ集

go.dev reference CircleCI

Installing / Getting started

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

を実行する

Developing

git clone https://github.com/topgate/goutils.git
cd goutils
go mod tidy

Testing

テスト実行手順を以下に示す

go test ./...

Features

このライブラリで提供する機能

Licensing

https://github.com/topgate/goutils/blob/master/LICENSE