Parcourir la source

Import path follows Go conventions now.

Peter H. Froehlich il y a 12 ans
Parent
commit
a28e24ea51
3 fichiers modifiés avec 1 ajouts et 1 suppressions
  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