Skip to content

Golang implementation

Mike Terhar requested to merge golang-implementation into master

Use the go library from https://github.com/dghubble/go-twitter

  • Switch license to MIT
  • Add go get and build to CI pipeline
  • Dockerfile from Alpine (compile static linked)
  • Implement tweeting from the command line
  • Create follow-on features to validate that the tweet went out, check links, tag people, reply for follow-ups, etc
Edited by Mike Terhar

Merge request reports