Adds freebsd support (#37)

master
Geoffroy Lorieux 2019-12-16 12:51:08 +01:00 committed by Jaime Pillora
parent ce90558466
commit e26c3c6656
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build linux darwin
// +build linux darwin freebsd
package overseer

View File

@ -1,4 +1,4 @@
// +build !linux,!darwin,!windows
// +build !linux,!darwin,!windows,!freebsd
package overseer