Refactor the multi-host salt install page.
[arvados.git] / services / keepstore / work_queue.go
index 56c6376ad37134d0ed7f9f12cc049255b83fcb65..4c46ec8e65f6cf546324d8f0f6e25056d65de9a9 100644 (file)
@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-package main
+package keepstore
 
 /* A WorkQueue is an asynchronous thread-safe queue manager.  It
    provides a channel from which items can be read off the queue, and