Selaa lähdekoodia

Import path follows Go conventions now.

Peter H. Froehlich 12 vuotta sitten
vanhempi
commit
a28e24ea51
3 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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