Codebase list golang-github-cloudflare-tableflip / upstream/1.2.1_git20200514.4baec98 env_windows.go
upstream/1.2.1_git20200514.4baec98

Tree @upstream/1.2.1_git20200514.4baec98 (Download .tar.gz)

env_windows.go @upstream/1.2.1_git20200514.4baec98raw · history · blame

1
2
3
4
5
6
package tableflip

// replace Unix-specific syscall with a no-op so it will build
// without errors.

var stdEnv *env = nil