cmd/storagenode-updater: fix service build tag, for platforms other than linux and windows

Change-Id: I7ed76b80a1df0ef53f2dd6726a602cc3bd4df9de
This commit is contained in:
Yaroslav Vorobiov 2020-10-01 14:59:43 +03:00
parent 3a7eb10c71
commit c4d5625965

View File

@ -1,7 +1,7 @@
// Copyright (C) 2020 Storj Labs, Inc.
// See LICENSE for copying information.
// +build !service
// +build !service !windows,!linux,service
package main