How can i get a list about which interface is implemented by this
struct methods?  (Because in Go there is no explicit interface
declaration.)

os.Open returns an os.File (https://golang.org/pkg/os/#Open).

os.File (https://golang.org/pkg/os/#File) has functions and methods listed in the index of os (https://golang.org/pkg/os/#pkg-index).

Lutz

--
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to