Skip to content

Commit 8340ca0

Browse files
author
Conner Hewitt
committed
Fixed golint warning
1 parent 9b7b1b9 commit 8340ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Goque provides embedded, disk-based implementations of stack, queue, and priority queue data structures.
1+
// Package goque provides embedded, disk-based implementations of stack, queue, and priority queue data structures.
22
//
33
// Motivation for creating this project was the need for a persistent priority queue that remained performant while growing well beyond the available memory of a given machine. While there are many packages for Go offering queues, they all seem to be memory based and/or standalone solutions that are not embeddable within an application.
44
//

0 commit comments

Comments
 (0)