diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 11:41:48 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 11:41:48 -0600 |
| commit | eaa7293fc7e21384c7e54700c92d6189150dda5b (patch) | |
| tree | 6d3f828a2404752d2425180184b25a9b98b3fbef /main.go | |
| parent | 9a0e4a6d62d58d51d3257b588242f442bddc40da (diff) | |
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ //go:build go1.20 +// Copyright 2017-2025 WIT.COM Inc. All rights reserved. +// Use of this source code is governed by the GPL 3.0 + // +build go1.20 // protobuf the way I am using them, require GO 1.20. I think. I could be wrong. |
