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:
parent
4706eb5114
commit
20e49ee749
@ -1,3 +1,5 @@
|
|||||||
|
// +build !windows
|
||||||
|
|
||||||
package system
|
package system
|
||||||
|
|
||||||
import (
|
import (
|
@ -1,3 +1,5 @@
|
|||||||
|
// +build windows
|
||||||
|
|
||||||
package system
|
package system
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user