storj/cmd/storagenode/service_nonwindows.go
Ethan Adams 27c6c6aeae
ci: Golangci lint v1.43.0 changes (#4307)
Co-authored-by: Stefan Benten <mail@stefan-benten.de>
2021-12-09 20:49:48 +01:00

12 lines
179 B
Go

// Copyright (C) 2021 Storj Labs, Inc.
// See LICENSE for copying information.
//go:build !windows
// +build !windows
package main
func startAsService() bool {
return false
}