mirror of
https://github.com/taigrr/wtf
synced 2026-04-01 12:28:43 -07:00
Add platform-specific compile directives to system module
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// +build !windows
|
||||
|
||||
package system
|
||||
|
||||
import (
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build windows
|
||||
|
||||
package system
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user