(No preview available)
(No preview available)
bobo
is a modular Slack RTM bot kit for Golang. To customize your bot, just add your own commands or written by other developers.Link: https://github.com/eure/boboFor Japanese developers: I already wrote the detailed article in Japanese here,https://medium.com/eureka-engineering/slack-rtm-bot-bobo-6e7f60da744c
You can have Google Home speak a text.Link: https://github.com/evalphobia/google-home-client-go
You don't have to type branch name when you push to origin likegit push origin feature/foo-barBut just using HEAD
is enough to push current branch,git push origin HEAD
Setup# Install go install github.com/GoogleCloudPlatform/berglas # Save credential for berglas cli gcloud auth application-default login # Set common variables to envvar export PROJECT_ID=foo export BERGLAS_BUCKET=bar # bootstrapping berglas bootstrap --project $PROJECT_ID --bucket $BERGLAS_BUCKET
(No preview available)
(No preview available)
(No preview available)
(No preview available)
(No preview available)
(No preview available)