Skip to content

Instantly share code, notes, and snippets.

3:00:24 AM: fatal error: concurrent map read and map write
3:00:24 AM:
goroutine 113 [running]:
runtime.throw(0xd176c0, 0x21)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/panic.go:547 +0x90 fp=0xc8214cf418 sp=0xc8214cf400
runtime.mapaccess1_faststr(0xa669a0, 0xc82032eb40, 0xc820378d7c, 0xd, 0xc820cb0c30)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/hashmap_fast.go:202 +0x5b fp=0xc8214cf478 sp=0xc8214cf418
text/template.(*state).walkTemplate(0xc8214cf910, 0xc59520, 0xc820521000, 0x16, 0xc82033b1c0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:358 +0xe9 fp=0xc8214cf588 sp=0xc8214cf478
text/template.(*state).walk(0xc8214cf910, 0xc59520, 0xc820521000, 0x16, 0x7f5796c268e0, 0xc82033b1c0)
@marcojakob
marcojakob / app.css
Created April 24, 2013 12:07
How to build a Web UI application with multiple views in Dart
body {
background-color: #F8F8F8;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 1.2em;
margin: 15px;
}
#view-container {