From 04e4ecab0f852fde094e683d9b529214192510bf Mon Sep 17 00:00:00 2001 From: Sangbum Kim Date: Fri, 18 Mar 2022 14:48:56 +0900 Subject: [PATCH] =?UTF-8?q?package=20path=20=EB=B3=80=EA=B2=BD.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- global.go | 2 +- go.mod | 2 +- logger.go | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a6a96e1..e0c5e59 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # logging -[![GoDoc](https://godoc.org/github.com/spi-ca/logging?status.png)](http://godoc.org/github.com/spi-ca/logging) +[![GoDoc](https://godoc.org/amuz.es/src/go/logging?status.png)](http://godoc.org/amuz.es/src/go/logging) [![Go Report](http://goreportcard.com/badge/spi-ca/logging](http://goreportcard.com/report/spi-ca/logging) ## Description @@ -17,7 +17,7 @@ Go 1.5 or above. Run the following command to install the package: ``` -go get github.com/spi-ca/logging +go get amuz.es/src/go/logging ``` ## Getting Started diff --git a/global.go b/global.go index 79bf6dd..3fc5c0c 100644 --- a/global.go +++ b/global.go @@ -1,9 +1,9 @@ package logging import ( + "amuz.es/src/go/logging/rotater" "errors" rotatelogs "github.com/lestrrat-go/file-rotatelogs" - "github.com/spi-ca/logging/rotater" "go.uber.org/zap" "go.uber.org/zap/zapcore" diff --git a/go.mod b/go.mod index 060f79f..843ddf9 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/spi-ca/logging +module amuz.es/src/go/logging go 1.18 diff --git a/logger.go b/logger.go index 2ad07d8..f4e8b8c 100644 --- a/logger.go +++ b/logger.go @@ -1,6 +1,6 @@ // Package logging is convenient wrapper of zap logger. // It provides grouping, rotation. -package logging // import "github.com/spi-ca/logging" +package logging // import "amuz.es/src/go/logging" import ( "go.uber.org/zap"