Skip to content

Instantly share code, notes, and snippets.

@khyberspache
Created January 19, 2021 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save khyberspache/c558904921d28a5c2ad219e75648f961 to your computer and use it in GitHub Desktop.
Save khyberspache/c558904921d28a5c2ad219e75648f961 to your computer and use it in GitHub Desktop.
Define build for non-windows platforms
//+build !windows
package commands
func CallNativeAPI(task string) (string, int, int) {
return "Not implemented for non-Windows platforms", 1, -1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment