We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71dd54 commit d89238cCopy full SHA for d89238c
README.md
@@ -32,7 +32,7 @@ goctopus -a rickandmortyapi.com
32
__ _ ___ ___| |_ ___ _ __ _ _ ___
33
/ _` |/ _ \ / __| __/ _ \| '_ \| | | / __|
34
| (_| | (_) | (__| || (_) | |_) | |_| \__ \
35
- \__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.15
+ \__, |\___/ \___|\__\___/| .__/ \__,_|___/ v0.0.16
36
|___/ |_|
37
[INF] Enumerating subdomains for 'rickandmortyapi.com'
38
[INF] Found 5 subdomains for 'rickandmortyapi.com' in 15 seconds 276 milliseconds
internal/utils/utils.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
const (
13
- VERSION = "v0.0.15"
+ VERSION = "v0.0.16"
14
15
16
func MinInt(a, b int) int {
0 commit comments