aboutsummaryrefslogtreecommitdiffstats
path: root/prog/prog.go
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-02-07 13:51:20 +0100
committerTaras Madan <tarasmadan@google.com>2025-02-07 15:24:58 +0000
commitef44b750e8fab8d6d5cb84920680581b13e0d470 (patch)
tree66f14e7068bddf4859f473d2c6cbdce4b7404926 /prog/prog.go
parentcd3f2c0f937456cc2abfe12b914e4e1f20963867 (diff)
all: fix recvcheck errors
Diffstat (limited to 'prog/prog.go')
-rw-r--r--prog/prog.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/prog.go b/prog/prog.go
index c9bd05baa..27b46c541 100644
--- a/prog/prog.go
+++ b/prog/prog.go
@@ -91,7 +91,7 @@ type ArgCommon struct {
dir Dir
}
-func (arg ArgCommon) Type() Type {
+func (arg *ArgCommon) Type() Type {
if arg.ref == 0 {
panic("broken type ref")
}