How well do filesystems handle errors? https://danluu.com/filesystem-errors/ …pic.twitter.com/3cLP6SjhFu
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
Do you not consider _ explicitly ignoring an error? If that doesn't count, what am I missing? I don't really write go, could easily be wrong
Go is fine with code that ignores errors, e.g.: func e() error { ... } func main() { e() }
The lords of golang are resistant to even having "go vet" check for such cases: https://github.com/golang/go/issues/4045 …https://groups.google.com/forum/#!topic/golang-nuts/mYim5vTDyCc …
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.