Skip to content

Commit

Permalink
update module name
Browse files Browse the repository at this point in the history
  • Loading branch information
kwo committed Dec 14, 2023
1 parent 2185c31 commit 334fc58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ linters-settings:
sections:
- standard
- default
- prefix(kwo.dev/dayone2md)
- prefix(github.com/kwo/dayone2md)
maintidx:
# Show functions with maintainability index lower than N.
# A high index indicates better maintainability (it's kind of the opposite of complexity).
Expand Down
2 changes: 1 addition & 1 deletion cmd/dayone2md/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

"github.com/lmittmann/tint"

"kwo.dev/dayone2md"
"github.com/kwo/dayone2md"
)

//nolint:gochecknoglobals
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 kwo.dev/dayone2md
module github.com/kwo/dayone2md

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion sourcedb.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

_ "modernc.org/sqlite" // import sqlite database library

"kwo.dev/dayone2md/database"
"github.com/kwo/dayone2md/database"
)

const (
Expand Down

0 comments on commit 334fc58

Please sign in to comment.