瀏覽代碼

Added documentation link.

Peter H. Froehlich 12 年之前
父節點
當前提交
216bfd8510
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -1,5 +1,9 @@
 # Queue data structure for Go
 
+See http://godoc.org/github.com/phf/go-queue for the documentation.
+
+## Background
+
 I was hacking a breadth-first search in Go and needed a queue but
 all I could find in the standard library was container/list.