diff --git a/examples/stateful-goroutines/stateful-goroutines.go b/examples/stateful-goroutines/stateful-goroutines.go index 59655bb..cb8b347 100644 --- a/examples/stateful-goroutines/stateful-goroutines.go +++ b/examples/stateful-goroutines/stateful-goroutines.go @@ -28,7 +28,6 @@ type readOp struct { key int resp chan int } - type writeOp struct { key int val int diff --git a/examples/stateful-goroutines/stateful-goroutines.hash b/examples/stateful-goroutines/stateful-goroutines.hash index 4956f93..1f3eb48 100644 --- a/examples/stateful-goroutines/stateful-goroutines.hash +++ b/examples/stateful-goroutines/stateful-goroutines.hash @@ -1,2 +1,2 @@ -330fde708b006d5571f9b94e7a63b4fead62bd36 -DxITfgl__z9 +956afe7524b492b2e85f8320c70f180c448a764a +saQTLpdIgp2 diff --git a/public/stateful-goroutines b/public/stateful-goroutines index 144f1e9..f684680 100644 --- a/public/stateful-goroutines +++ b/public/stateful-goroutines @@ -34,7 +34,7 @@ by exactly 1 goroutine.
package main
type writeOp struct {
+type writeOp struct {
key int
val int
resp chan bool