Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2022-07-08 16:33:05 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-18 12:04:55 +0300
commit2454a8b94ff90f33ff289b5d2026409f12e8da5c (patch)
treea94cc6ae8ddb9440259c18c16f013c0f9541fcf5 /internal/ps
parent2ba30c8b1b5a428a645faf72881771af9a505ab2 (diff)
golang: Remove v1.16 build tags
We recently switched to using Golang version 1.17 or higher, so we can drop the old-style build tags.
Diffstat (limited to 'internal/ps')
-rw-r--r--internal/ps/rss.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/ps/rss.go b/internal/ps/rss.go
index 3bee36771..4b7c33059 100644
--- a/internal/ps/rss.go
+++ b/internal/ps/rss.go
@@ -1,5 +1,4 @@
//go:build !linux
-// +build !linux
package ps