minimize `runtime.GOOS` checks

Issue #6 resolved
Jon repo owner created an issue

go has build constraints that can turn most of these runtime checks into (non-ifdef'd) compile time decisions. Refactor to take advantage of this where applicable.

Comments (1)

  1. Log in to comment