Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mathieu-Desrochers/Learning-Go
/ types & classes
Types & classes
13 in github.com/Mathieu-Desrochers/Learning-Go
⨍
Functions
35
◇
Types & classes
13
↓ 1 callers
TypeAlias
CookieBySizeSlice
any type with these methods can be sorted
main.go:447
↓ 1 callers
TypeAlias
ShoeSize
named types
main.go:182
Struct
Animal
main.go:316
Struct
Cake
encapsulation members starting with a lower cased letter are only visible inside their package
main.go:372
Struct
Cookie
main.go:437
TypeAlias
CookieSlice
main.go:443
Struct
Dog
structure embedding
main.go:338
Struct
Duck
uses duck typing you have the methods you qualify
main.go:391
Struct
Employee
structure definitions
main.go:144
TypeAlias
Flavor
something like an enum
main.go:186
Struct
FuncSorter
assembling an interface from anonymous functions
main.go:455
Interface
Quacker
interfaces
main.go:385
Struct
Team
structures are passed by value but are primarily used with pointers
main.go:169