diff options
| -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 |
