summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 00:31:46 -0500
committerJeff Carr <[email protected]>2025-10-15 00:31:46 -0500
commite1631e272166f3cd490e993c32d307f1e634f5a4 (patch)
tree182b12003b3dcf28b332f8077316c9991a853c0b
parent05653e8195865d70f6255ff7aeae6eb276197092 (diff)
don't need this anymore probablyv0.5.25
-rw-r--r--doMtime.go3
-rw-r--r--main.go7
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