common/reexec: fix build tags

This commit is contained in:
Martin Holst Swende 2023-10-19 15:15:03 +02:00 committed by Felix Lange
parent b8f3cd5f1e
commit d4e5310d34
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
//go:build linux
package reexec package reexec
// Self returns the path to the current process's binary. // Self returns the path to the current process's binary.

View file

@ -1,3 +1,5 @@
//go:build !linux
package reexec package reexec
// Self returns the path to the current process's binary. // Self returns the path to the current process's binary.