aboutsummaryrefslogtreecommitdiff
path: root/exec2/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'exec2/state.go')
-rw-r--r--exec2/state.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/exec2/state.go b/exec2/state.go
index 30f10d7..08cdee8 100644
--- a/exec2/state.go
+++ b/exec2/state.go
@@ -1,12 +1,9 @@
-package hello
+package exec
import (
"sync"
)
-// taskStore provides a mechanism to store and retrieve
-// task handles given a string identifier. The ID should
-// be unique per task
type taskStore struct {
store map[string]*taskHandle
lock sync.RWMutex