Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callicoder/golang-tutorials
/ types & classes
Types & classes
25 in github.com/callicoder/golang-tutorials
⨍
Functions
133
◇
Types & classes
25
↓ 2 callers
TypeAlias
UsersByAge
15-sorting/custom-sorting-struct.go:13
↓ 1 callers
TypeAlias
MyString
13-methods/08-methods-on-non-struct-types/main.go:7
Struct
ArithmeticProgression
13-methods/03-same-method-names-on-different-types/main.go:8
Struct
Car
12-structs/02-struct-access-fields/main.go:7
Struct
Circle
================================================================== Struct type `Circle` - implements the `Shape` interface implicitly
14-interfaces/01-interface-example/main.go:16
Struct
Customer
12-structs/05-struct-exported-vs-unexported/model/customer.go:3
Struct
Employee
12-structs/04-pointer-to-struct-using-new-function/main.go:5
Struct
GeometricProgression
13-methods/03-same-method-names-on-different-types/main.go:17
Struct
MyDrawing
==================================================================== Interfaces can also be used as fields
14-interfaces/01-interface-example/main.go:58
Struct
Person
Defining a struct type
12-structs/01-struct-declaration-initialization/main.go:8
Struct
Point
13-methods/05-functions-with-pointer-arguments/main.go:7
Struct
Point
Struct type - `Point`
13-methods/01-method-example/main.go:8
Struct
Point
13-methods/06-method-with-pointer-receiver-vs-function-with-pointer-argument/main.go:7
Struct
Point
13-methods/04-methods-with-pointer-receivers/main.go:7
Struct
Point
Struct type - `Point`
13-methods/07-method-with-value-receiver-vs-function-with-value-argument/main.go:8
Struct
Point
Struct type - `Point`
13-methods/02-methods-are-functions/main.go:8
Struct
Point
12-structs/07-struct-equality/main.go:5
Struct
Point
12-structs/06-struct-value-types/main.go:5
Struct
Rectangle
==================================================================== Struct type `Rectangle` - implements the `Shape` interface implicitly
14-interfaces/01-interface-example/main.go:34
Interface
Shape
Go Interface - `Shape`
14-interfaces/01-interface-example/main.go:9
Struct
Student
12-structs/03-pointer-to-struct/main.go:7
Struct
User
15-sorting/custom-sorting-struct.go:8
Struct
User
15-sorting/sorting-struct-slice-by-comparator.go:8
Struct
address
Unexported struct (only accessible inside package `model`)
12-structs/05-struct-exported-vs-unexported/model/address.go:4
TypeAlias
hobbies
16-command-line-flags/command-line-flags.go:9