davecheney / pc

CLI tool to strip-mine the papercall.io api
7 stars 8 forks source link

Converting pc to use Go modules, remove the hard-coded event ID #3

Closed arschles closed 4 years ago

arschles commented 4 years ago

Removes the vendor directory, adds a go.mod and go.sum file, and removes the hard-coded event ID in favor of an environment variable.