Skip to content

Commit d41e7b6

Browse files
committed
remove bogus code in slicingmistakes
1 parent 73ea81e commit d41e7b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

slicingmistakes/main.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package main
2+
3+
func main() {
4+
/*
5+
Slices in go are essentially a ptr to a backed array and a capacity
6+
and length. There are a number of edge case caveats when dealing with
7+
slices, these are outlined throughout this module.
8+
*/
9+
}

0 commit comments

Comments
 (0)