pkg,service: Remove redundant build constraints (#3556)

This commit is contained in:
Oleksandr Redko 2023-11-06 17:22:50 +02:00 committed by GitHub
parent 13d6cd4e0d
commit d6f215b27b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 8 deletions

@ -1,5 +1,3 @@
//go:build windows
package proc package proc
import ( import (

@ -1,5 +1,3 @@
//go:build go1.12
package version package version
import ( import (

@ -1,5 +1,3 @@
//go:build linux
package sameuser package sameuser
import ( import (

@ -1,5 +1,3 @@
//go:build linux
package sameuser package sameuser
import ( import (