Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoPlayground

Place to test & learn Go lang

Notes

Think of a *T as its own type This means that if something is expecting an interface, the type implementing the methods must be equal to that of the receiver - Important for Stringer interface [Ref]

  • This is the reason why value and pointer receivers shouldn't be mixed

Malloc Consideration
Go is garbage collected. Don't consider malloc, copy, & move semantics. If you really care look at go code on github

About

Place to test & learn Go lang

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages