Преглед изворни кода

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