소스 검색

Import path follows Go conventions now.

Peter H. Froehlich 12 년 전
부모
커밋
a28e24ea51
3개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md
  2. 0 0
      queue/queue.go
  3. 0 0
      queue/queue_test.go

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
 # Queue data structure for Go
 
-See http://godoc.org/github.com/phf/go-queue for the documentation.
+See http://godoc.org/github.com/phf/go-queue/queue for the documentation.
 
 ## Background
 

queue.go → queue/queue.go


queue_test.go → queue/queue_test.go