1
0
mirror of https://github.com/golang/go synced 2024-11-22 04:54:42 -07:00

Update type.go

Why there are two // in this line ?
This commit is contained in:
HeGaoYuan 2021-06-06 23:26:26 +08:00 committed by GitHub
parent e1fa26026d
commit cdb3235e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}