gopherbot
gopherbot copied to clipboard
Internalize unneeded exports
A whole slew of structs, funcs and methods are Exported that don't need to be, e.g. Task, Job, etc. Easiest solution is just just rename the symbols with an "i" prefix.