Skip to content

Commit

Permalink
chore: change username
Browse files Browse the repository at this point in the history
  • Loading branch information
nezutero committed Jan 9, 2024
1 parent 088f58a commit 3738327
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Installation

```sh
git clone https://github.com/kenjitheman/tomaranai_bomber
git clone https://github.com/btwkenji/tomaranai_bomber
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

"github.com/kenjitheman/tomaranai_bomber/core"
"github.com/btwkenji/tomaranai_bomber/core"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/kenjitheman/tomaranai_bomber
module github.com/btwkenji/tomaranai_bomber

go 1.20

0 comments on commit 3738327

Please sign in to comment.