Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(152)

Unified Diff: 2014/playground/heap.go

Issue 117190043: code review 117190043: go.talks: Fix a typo and increase size of array to get ... (Closed)
Patch Set: diff -r 82099a46b838 https://code.google.com/p/go.talks Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « 2014/playground.slide ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: 2014/playground/heap.go
===================================================================
--- a/2014/playground/heap.go
+++ b/2014/playground/heap.go
@@ -1,7 +1,7 @@
package main
type list struct {
- buf [1000]byte
+ buf [100000]byte
next *list
}
« no previous file with comments | « 2014/playground.slide ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b