Removes unneeded build tags from darwin and windows files

This commit is contained in:
Sloom Sloum Sluom IV 2020-07-02 10:19:53 -07:00
parent 4ac6c8c2e5
commit e3a0292638
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// +build darwin
// This will build for osx without a build tag based on the filename
package http

View File

@ -1,5 +1,5 @@
// +build windows
// This will only build for windows based on the filename
// no build tag required
package http
import "os/exec"