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:
parent
e1fa26026d
commit
cdb3235e8c
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user