File: systemlimit_windows.go

package info (click to toggle)
consul 1.8.7%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 57,848 kB
  • sloc: javascript: 25,918; sh: 3,807; makefile: 135; cpp: 102
file content (7 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4
5
6
7
// +build windows

package freeport

func systemLimit() (int, error) {
	return 0, nil
}