From cdb3235e8ca932776ddf803621ac203c493bc873 Mon Sep 17 00:00:00 2001 From: HeGaoYuan Date: Sun, 6 Jun 2021 23:26:26 +0800 Subject: [PATCH] Update type.go Why there are two // in this line ? --- src/cmd/compile/internal/types/type.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/compile/internal/types/type.go b/src/cmd/compile/internal/types/type.go index 1a9aa6916a..a0203715c8 100644 --- a/src/cmd/compile/internal/types/type.go +++ b/src/cmd/compile/internal/types/type.go @@ -387,7 +387,7 @@ type ChanArgs struct { T *Type // reference to a chan type whose elements need a width check } -// // FuncArgs contains Type fields specific to TFUNCARGS types. +// FuncArgs contains Type fields specific to TFUNCARGS types. type FuncArgs struct { T *Type // reference to a func type whose elements need a width check }