Skip to content

Commit

Permalink
use github module
Browse files Browse the repository at this point in the history
  • Loading branch information
evanzhang87 committed Mar 29, 2024
1 parent 191ed71 commit 52734a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/config/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"evans-tools/pkg/config"
"fmt"
"github.com/evanzhang87/evans-tools/pkg/config"
)

type Config struct {
Expand Down
2 changes: 1 addition & 1 deletion cmd/log/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import "evans-tools/pkg/logger"
import "github.com/evanzhang87/evans-tools/pkg/logger"

func main() {
config := &logger.LogConfig{}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module evans-tools
module github.com/evanzhang87/evans-tools

go 1.18

Expand Down

0 comments on commit 52734a4

Please sign in to comment.