diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 00:31:46 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 00:31:46 -0500 |
| commit | e1631e272166f3cd490e993c32d307f1e634f5a4 (patch) | |
| tree | 182b12003b3dcf28b332f8077316c9991a853c0b | |
| parent | 05653e8195865d70f6255ff7aeae6eb276197092 (diff) | |
don't need this anymore probablyv0.5.25
| -rw-r--r-- | doMtime.go | 3 | ||||
| -rw-r--r-- | main.go | 7 |
2 files changed, 4 insertions, 6 deletions
@@ -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 @@ -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 |
