Skip to content

Commit

Permalink
chore: update the package name
Browse files Browse the repository at this point in the history
  • Loading branch information
saltbo committed Feb 7, 2022
1 parent 9d67931 commit 3c5cd31
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ THE SOFTWARE.
package cmd

import (
"notion-md-gen/generator"
"github.com/bonaysoft/notion-md-gen/generator"

"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"os"

"notion-md-gen/generator"
"github.com/bonaysoft/notion-md-gen/generator"

"github.com/joho/godotenv"
"github.com/spf13/cobra"
Expand Down
2 changes: 1 addition & 1 deletion generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
"time"

"notion-md-gen/pkg/tomarkdown"
"github.com/bonaysoft/notion-md-gen/pkg/tomarkdown"

"github.com/dstotijn/go-notion"
)
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 notion-md-gen
module github.com/bonaysoft/notion-md-gen

go 1.17

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import "notion-md-gen/cmd"
import "github.com/bonaysoft/notion-md-gen/cmd"

func main() {
cmd.Execute()
Expand Down

0 comments on commit 3c5cd31

Please sign in to comment.