File: env_windows.go

package info (click to toggle)
golang-github-cloudflare-tableflip 1.2.1~git20200514.4baec98-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (2)
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