From be1243fb2f2a8c7db4a5256aa4df253733d1332a Mon Sep 17 00:00:00 2001 From: mini Date: Wed, 18 Aug 2021 13:27:12 -0400 Subject: [PATCH] go version update --- devices/devices_json.go | 1 + devices/devices_xdr.go | 1 + go.mod | 2 +- hid/hid_json.go | 1 + hid/hid_xdr.go | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/devices/devices_json.go b/devices/devices_json.go index 8126447..ece4333 100644 --- a/devices/devices_json.go +++ b/devices/devices_json.go @@ -1,3 +1,4 @@ +//go:build !xdr // +build !xdr package devices diff --git a/devices/devices_xdr.go b/devices/devices_xdr.go index 2b613a2..2e78ee8 100644 --- a/devices/devices_xdr.go +++ b/devices/devices_xdr.go @@ -1,3 +1,4 @@ +//go:build xdr // +build xdr package devices diff --git a/go.mod b/go.mod index 48ad153..7fd472a 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/OrbTools/OrbCommon -go 1.16 +go 1.17 require github.com/minizbot2012/minxdr v0.0.0-20210801163755-568fb466e98d diff --git a/hid/hid_json.go b/hid/hid_json.go index 1c77ca2..577ec1c 100644 --- a/hid/hid_json.go +++ b/hid/hid_json.go @@ -1,3 +1,4 @@ +//go:build !xdr // +build !xdr package hid diff --git a/hid/hid_xdr.go b/hid/hid_xdr.go index 39da31f..7b6deee 100644 --- a/hid/hid_xdr.go +++ b/hid/hid_xdr.go @@ -1,3 +1,4 @@ +//go:build xdr // +build xdr package hid