Skip to content

Commit 947d9f4

Browse files
committed
Removed Go methods package
1 parent 45b55f0 commit 947d9f4

File tree

9 files changed

+0
-237
lines changed
  • 13-methods
    • 01-method-example
    • 02-methods-are-functions
    • 03-same-method-names-on-different-types
    • 04-methods-with-pointer-receivers
    • 05-functions-with-pointer-arguments
    • 06-method-with-pointer-receiver-vs-function-with-pointer-argument
    • 07-method-with-value-receiver-vs-function-with-value-argument
    • 08-methods-on-non-struct-types

9 files changed

+0
-237
lines changed

13-methods/01-method-example/main.go

-23
This file was deleted.

13-methods/02-methods-are-functions/main.go

-31
This file was deleted.

13-methods/03-same-method-names-on-different-types/main.go

-37
This file was deleted.

13-methods/04-methods-with-pointer-receivers/main.go

-26
This file was deleted.

13-methods/05-functions-with-pointer-arguments/main.go

-26
This file was deleted.

13-methods/06-method-with-pointer-receiver-vs-function-with-pointer-argument/main.go

-35
This file was deleted.

13-methods/07-method-with-value-receiver-vs-function-with-value-argument/main.go

-35
This file was deleted.

13-methods/08-methods-on-non-struct-types/main.go

-22
This file was deleted.

Readme.md

-2
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@
2525
11. [Playing with Pointers in Golang](https://www.callicoder.com/golang-pointers/)
2626

2727
12. [Golang Structs Tutorial with Examples](https://www.callicoder.com/golang-structs/)
28-
29-
13. [Golang Methods Tutorial with Examples](https://www.callicoder.com/golang-methods/)

0 commit comments

Comments
 (0)