#what are these types i am lost
6 messages · Page 1 of 1 (latest)
I'm guessing that is the list of exported types in a package. You can use them by importing the package in your code and referencing them.
Examples:
https://go.dev/tour/basics/2
https://go.dev/tour/basics/8
yes i am still not understanding it
It's an interface for anyone who wants to implement a filesystem