Slices: Occurs this issue in Ocean? #18
Labels
No Label
bug
change
check
Comp::Backend
Comp::Database
Comp::ICCC
Comp::Logging
Comp::Sessions
Comp::System
Comp::Users
enhancement
note
outdated
question
Ready2Test
security
todo
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Go/Ocean#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://groups.google.com/forum/#!topic/golang-nuts/tMyrfMHbXkk (Question)
http://play.golang.org/p/kxC0Ca0WW2 (bad)
http://play.golang.org/p/7rwPe4tvTu (good)
http://blog.golang.org/go-slices-usage-and-internals (Theory)
The rule is: If you use the append() function, create first a copy!
Maybe I should implement a function within the Tools package to do this:
changed the description