summaryrefslogtreecommitdiffhomepage
path: root/pkg/procid/procid.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/procid/procid.go')
-rw-r--r--pkg/procid/procid.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/procid/procid.go b/pkg/procid/procid.go
index 78b92422c..e0d42819d 100644
--- a/pkg/procid/procid.go
+++ b/pkg/procid/procid.go
@@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+//go:build go1.1
+// +build go1.1
+
// Package procid provides a way to get the current system thread identifier.
package procid