diff options
Diffstat (limited to 'cmd/mkpipeline')
-rw-r--r-- | cmd/mkpipeline/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/mkpipeline/main.go b/cmd/mkpipeline/main.go index b15e9ef..f3e1258 100644 --- a/cmd/mkpipeline/main.go +++ b/cmd/mkpipeline/main.go @@ -2,6 +2,8 @@ // Use of this source code is governed by the GPLv3 // license that can be found in the LICENSE file. +// mkpipeline sets up the necessary buckets and queues for the book +// pipeline. package main import ( |