mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
9 lines
94 B
Go
9 lines
94 B
Go
//go:build linux
|
|
// +build linux
|
|
|
|
package main
|
|
|
|
func dostuff() {
|
|
// nothing to do on Linux
|
|
}
|