storj/cmd/uplink/ulimit_other.go

10 lines
193 B
Go
Raw Normal View History

// Copyright (C) 2021 Storj Labs, Inc.
// See LICENSE for copying information.
//go:build !linux && !darwin && !freebsd
// +build !linux,!darwin,!freebsd
package main
func raiseUlimits() {}