Skip to content

gotoeveryone/notify-contributions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ./...