diff options
| author | Jeff Carr <[email protected]> | 2024-11-14 21:48:44 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-14 21:48:44 -0600 |
| commit | bb3802857b92e760bdc83ca2de63fa727dc7b0db (patch) | |
| tree | 6051a83739847bc2801a90291d3466266b8aa400 /main.go | |
| parent | c02399708ec1668cd7b3957dbd11fdef8fb82044 (diff) | |
try adding //go:plugin to golangv0.22.3
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,7 +1,10 @@ +//gjcarro:pjcarrlugin + // Copyright 2014 The gocui Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. + package main import ( |
