Skip to content

Commit

Permalink
build!: update module name
Browse files Browse the repository at this point in the history
Fix #16

Signed-off-by: Dwi Siswanto <me@dw1.io>
  • Loading branch information
dwisiswant0 committed Feb 4, 2024
1 parent 586baf0 commit bbcacaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ There are also various search engines supported by go-dork, including Google, Sh
- If you have [Go 1.15+](https://golang.org/dl/) compiler installed and configured:

```bash
> GO111MODULE=on go install dw1.io/go-dork@latest
> GO111MODULE=on go install github.com/dwisiswant0/go-dork@latest
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,4 +1,4 @@
module dw1.io/go-dork
module github.com/dwisiswant0/go-dork

go 1.15

Expand Down

0 comments on commit bbcacaf

Please sign in to comment.