Correction Method.go
current doc incorrectly states that methods can only be defined on struct types
This commit is contained in:
parent
58e66a8103
commit
4a45693f29
@ -1,4 +1,4 @@
|
||||
// Go supports _methods_ defined on struct types.
|
||||
// Go supports _methods_ defined on any coustom defined types.
|
||||
|
||||
package main
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user