1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add platform-specific compile directives to system module

This commit is contained in:
Chris Cummer 2018-06-14 16:41:08 -07:00
parent 4706eb5114
commit 20e49ee749
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build !windows
package system
import (

View File

@ -1,3 +1,5 @@
// +build windows
package system
import (