Browse Source

Package renamed

Signed-off-by: Vishal Rana <vr@labstack.com>
Vishal Rana 10 years ago
parent
commit
fc11faa173
2 changed files with 2 additions and 2 deletions
  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"