Skip to content

Commit

Permalink
use the unix build tag to fix a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Mar 18, 2023
1 parent 138ae17 commit e748ced
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ulimit_unix_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
// Copyright (c) 2019, Daniel Martí <mvdan@mvdan.cc>
// See LICENSE for licensing information

// TODO: replace with the unix build tag once we require Go 1.19 or later
//go:build linux
// +build linux
//go:build unix
// +build unix

package main

Expand Down

0 comments on commit e748ced

Please sign in to comment.