8000 GitHub - abstractmachines/learn-go: Learning golang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

abstractmachines/learn-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learn-go

Learning golang ... WIP

Go Data Structures and errata

Go iteration with slices, structs, more

Go Typing System, var, const ...

Go Modules, examples, package management system, exports and identifiers

WIP : function signatures

Here's a Go function signature that takes in a value of any type v interface {}, and returns a slice of bytes and an error (from package json):

func Marshal(v interface{}) ([]byte, error)

About

Learning golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0