From 022ab79b525d9e5b1a674b511f1f143d1cbd784a Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 11 Jan 2023 00:47:54 +0900 Subject: [PATCH] remove // +build comments --- go.mod | 2 +- steamworks_unix.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 4bceac1..f48cba7 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/hajimehoshi/go-steamworks -go 1.16 +go 1.17 require golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf diff --git a/steamworks_unix.go b/steamworks_unix.go index e1b1a68..2360b7d 100644 --- a/steamworks_unix.go +++ b/steamworks_unix.go @@ -2,7 +2,6 @@ // SPDX-FileCopyrightText: 2021 The go-steamworks Authors //go:build !windows -// +build !windows package steamworks