Add platform specific build tags

This commit is contained in:
Nonoo 2020-10-25 21:25:38 +01:00
parent d47f6e4e29
commit f996301830
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// +build linux
package main
import (

View file

@ -1,3 +1,5 @@
// +build linux
package main
import (