Skip to content

Commit

Permalink
Fix Layers
Browse files Browse the repository at this point in the history
  • Loading branch information
destan0098 committed Sep 30, 2023
1 parent 0e5e15f commit 14fb0b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This tool checks whether the given domain is UP or not, and if it is UP, check t
## Installation

```
go install github.com/destan0098/ipshow@latest
go install github.com/destan0098/ipshow/cmd/ipshow@latest
```

## Usage
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ipshow.go → cmd/ipshow/ipshow.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"bufio"
"flag"
"fmt"
"github.com/destan0098/ipshow/IPINfo"
"github.com/destan0098/ipshow/cmd/IPINfo"
"net"
"os"
)
Expand Down

0 comments on commit 14fb0b2

Please sign in to comment.