From e1631e272166f3cd490e993c32d307f1e634f5a4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 00:31:46 -0500 Subject: don't need this anymore probably --- doMtime.go | 3 --- main.go | 7 ++++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doMtime.go b/doMtime.go index 4f69642..12f1e29 100644 --- a/doMtime.go +++ b/doMtime.go @@ -1,6 +1,3 @@ -//go:build go1.20 -// +build go1.20 - // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 diff --git a/main.go b/main.go index 485be83..2da2278 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,3 @@ -//go:build go1.20 -// +build go1.20 - // Copyright 2017-2025 WIT.COM Inc. All rights reserved. // Use of this source code is governed by the GPL 3.0 @@ -8,6 +5,10 @@ // The Go Protocol Buffers library embeds a sync.Mutex within the MessageState struct to prevent unintended shallow copies of message structs // this optionally (but it is the default) inserts a mutex into the struct generated by protoc +// probably don't need these build lines anymore +//go:build go1.20 +// +build go1.20 + // go:generate autogenpb --proto file.proto package main -- cgit v1.2.3