소스 검색

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.