File: main_others.go

package info (click to toggle)
golang-github-microsoft-go-winio 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: makefile: 3
file content (6 lines) | stat: -rw-r--r-- 69 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
//go:build !windows
// +build !windows

package main

func main() {}