Skip to content

topgate/goutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages