storj/cmd/uplink/ulimit_other.go
Egon Elbre 0cdef95d55 all: fix math/rand deprecations
Change-Id: I4b966375697c0d409ce24cc7604f806973f8f22a
2023-02-17 15:05:54 +02:00

10 lines
193 B
Go

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