This commit is contained in:
Colin 2024-05-21 12:10:41 -04:00
parent ba2c05324a
commit daf1f92de2
9 changed files with 1 additions and 1 deletions

BIN
dist/ttfb-go vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dist/ttfb-go_linux_arm vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dist/ttfb-go_static vendored

Binary file not shown.

View File

@ -68,7 +68,7 @@ func main() {
// Check if the URL is provided as an argument. // Check if the URL is provided as an argument.
if flag.NArg() != 1 { if flag.NArg() != 1 {
fmt.Println("Usage: go run main.go [-v] [-c cookieFile] <URL>") fmt.Println("Usage: ttfb-go [-v] [-c cookieFile] <URL>")
os.Exit(1) os.Exit(1)
} }