Sfoglia il codice sorgente

Package renamed

Signed-off-by: Vishal Rana <vr@labstack.com>
Vishal Rana 10 anni fa
parent
commit
fc11faa173
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      gytes/gytes.go
  2. 1 1
      gytes/gytes_test.go

+ 1 - 1
gytes/gytes.go

@@ -1,4 +1,4 @@
-package bytes
+package gytes
 
 import (
 	"fmt"

+ 1 - 1
gytes/gytes_test.go

@@ -1,4 +1,4 @@
-package bytes
+package gytes
 
 import "testing"