Skip to content

raviqqe/argument-liveness.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

argument-liveness.go

Understanding argument liveness in Go 1.8

Running examples

Each example directory has main.go which iterates over an infinite list.

go run $dir/main.go

Results

Does the program cause memory leak?

dir go1.7 go1.8
struct No No
struct_pointer No No

License

The Unlicense

About

Understanding argument liveness in Go 1.8

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages