소스 검색

Package renamed

Signed-off-by: Vishal Rana <vr@labstack.com>
Vishal Rana 10 년 전
부모
커밋
fc11faa173
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"