Skip to content

Commit

Permalink
*: add //go:build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ericchiang committed Sep 17, 2021
1 parent 281f3e4 commit 4e94f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/go-piv/piv-go

go 1.13
go 1.16
1 change: 1 addition & 0 deletions piv/pcsc_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build darwin || linux || freebsd
// +build darwin linux freebsd

package piv
Expand Down

0 comments on commit 4e94f5d

Please sign in to comment.