mirror of
https://github.com/projectdiscovery/httpx.git
synced 2024-12-01 12:13:00 +03:00
Fixed method signature
This commit is contained in:
parent
6bde867d08
commit
47b70b9fb0
@ -18,7 +18,7 @@ func FolderExists(folderpath string) bool {
|
||||
}
|
||||
|
||||
// HasStdin determines if the user has piped input
|
||||
func hasStdin() bool {
|
||||
func HasStdin() bool {
|
||||
stat, err := os.Stdin.Stat()
|
||||
if err != nil {
|
||||
return false
|
||||
|
Loading…
Reference in New Issue
Block a user