From bb3802857b92e760bdc83ca2de63fa727dc7b0db Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 14 Nov 2024 21:48:44 -0600 Subject: try adding //go:plugin to golang --- main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index 9ed14ff..50383fa 100644 --- a/main.go +++ b/main.go @@ -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 ( -- cgit v1.2.3