Skip to content

Commit

Permalink
Merge pull request #1 from AlexShopiak/alex
Browse files Browse the repository at this point in the history
Change module and import
  • Loading branch information
AlexShopiak committed Mar 20, 2023
2 parents 1a05958 + 54016cf commit 9c538e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"flag"
"fmt"
lab2 "github.com/roman-mazur/architecture-lab-2"
lab2 "github.com/AlexShopiak/kpi-lab2"
)

var (
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// TODO: Переіменуйте на власний модуль.
module github.com/roman-mazur/architecture-lab-2
module github.com/AlexShopiak/kpi-lab2

go 1.20

Expand Down

0 comments on commit 9c538e0

Please sign in to comment.