Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 448 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 448 Bytes

Notify Contributions

CI Status

Requirements

  • Golang 1.20
  • Twitter account

Setup

$ go mod download

Run

$ cp .env.example .env # please edit values
$ DEBUG=1 go run src/cmd/main.go

Code check and format

$ # Code check
$ go vet ./...
$ # Format
$ go fmt ./...

Test

$ go test ./...