MCPcopy Create free account

hub / github.com/callicoder/golang-tutorials / types & classes

Types & classes25 in github.com/callicoder/golang-tutorials

↓ 2 callersTypeAliasUsersByAge
15-sorting/custom-sorting-struct.go:13
↓ 1 callersTypeAliasMyString
13-methods/08-methods-on-non-struct-types/main.go:7
StructArithmeticProgression
13-methods/03-same-method-names-on-different-types/main.go:8
StructCar
12-structs/02-struct-access-fields/main.go:7
StructCircle
================================================================== Struct type `Circle` - implements the `Shape` interface implicitly
14-interfaces/01-interface-example/main.go:16
StructCustomer
12-structs/05-struct-exported-vs-unexported/model/customer.go:3
StructEmployee
12-structs/04-pointer-to-struct-using-new-function/main.go:5
StructGeometricProgression
13-methods/03-same-method-names-on-different-types/main.go:17
StructMyDrawing
==================================================================== Interfaces can also be used as fields
14-interfaces/01-interface-example/main.go:58
StructPerson
Defining a struct type
12-structs/01-struct-declaration-initialization/main.go:8
StructPoint
13-methods/05-functions-with-pointer-arguments/main.go:7
StructPoint
Struct type - `Point`
13-methods/01-method-example/main.go:8
StructPoint
13-methods/06-method-with-pointer-receiver-vs-function-with-pointer-argument/main.go:7
StructPoint
13-methods/04-methods-with-pointer-receivers/main.go:7
StructPoint
Struct type - `Point`
13-methods/07-method-with-value-receiver-vs-function-with-value-argument/main.go:8
StructPoint
Struct type - `Point`
13-methods/02-methods-are-functions/main.go:8
StructPoint
12-structs/07-struct-equality/main.go:5
StructPoint
12-structs/06-struct-value-types/main.go:5
StructRectangle
==================================================================== Struct type `Rectangle` - implements the `Shape` interface implicitly
14-interfaces/01-interface-example/main.go:34
InterfaceShape
Go Interface - `Shape`
14-interfaces/01-interface-example/main.go:9
StructStudent
12-structs/03-pointer-to-struct/main.go:7
StructUser
15-sorting/custom-sorting-struct.go:8
StructUser
15-sorting/sorting-struct-slice-by-comparator.go:8
Structaddress
Unexported struct (only accessible inside package `model`)
12-structs/05-struct-exported-vs-unexported/model/address.go:4
TypeAliashobbies
16-command-line-flags/command-line-flags.go:9