Skip to content

Commit

Permalink
feat(cutter): 修改包名
Browse files Browse the repository at this point in the history
  • Loading branch information
morehao committed Jul 26, 2024
1 parent f4b1a9f commit 97a4099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/morehao/gocutter
module github.com/morehao/go-cutter

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright © 2024 NAME HERE <EMAIL ADDRESS>
*/
package main

import "github.com/morehao/gocutter/cmd"
import "github.com/morehao/go-cutter/cmd"

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

0 comments on commit 97a4099

Please sign in to comment.