Skip to content

deepbaksu/timebot

Repository files navigation

timebot

Add to Slack

CI codecov GoDoc

Slack 시간 변환 봇

Example

14:24 PST <--> 07:24 KST

Run the server

go run cmd/server/server.go

Test

go test -v ./...

Integration Test

docker-compose -f docker-compose.yaml -f docker-compose.test.yaml build
docker-compose -f docker-compose.yaml -f docker-compose.test.yaml run web