Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ardanlabs/practical-go
/ types & classes
Types & classes
13 in github.com/ardanlabs/practical-go
⨍
Functions
75
◇
Types & classes
13
↓ 1 callers
TypeAlias
Key
game/game.go:78
Struct
API
nlp/cmd/httpd/main.go:67
Struct
Bid
_extra/rtb.go:41
Struct
Bid
rtb/rtb.go:51
Struct
Item
game/game.go:193
Struct
Matrix
stats/stats.go:66
Interface
Mover
* Thought exercise: Sorting func Sort(s Sortable) { // ... } type Sortable interface { Less(i, j int) bool Swap(i, j int) Len() int }
game/game.go:110
Interface
Number
stats/stats.go:73
Struct
Player
game/game.go:142
Struct
Player
cart/cart.go:74
Struct
result
urls/urls.go:90
Struct
result
taxi_check/taxi_check.go:82
Struct
tokCase
nlp/nlp_test.go:26