Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cdarwin/go-koans
/ types & classes
Types & classes
6 in github.com/cdarwin/go-koans
⨍
Functions
32
◇
Types & classes
6
↓ 2 callers
TypeAlias
coolNumber
about_types.go:3
↓ 1 callers
Interface
runner
abstract interface and function that requires it
about_interfaces.go:21
Struct
human
concrete type implementing the interface
about_interfaces.go:32
Struct
person
new() creates a pointer to the given type, like malloc() in C
about_allocation.go:8
Struct
person
each field has both setter and getter behavior
about_structs.go:14
Struct
program
another concrete type implementing the interface
about_interfaces.go:42