Files
2022-05-20 10:07:19 -07:00

9 lines
94 B
Go

//go:build linux
// +build linux
package main
func dostuff() {
// nothing to do on Linux
}