Skip to content

Commit

Permalink
fix: url test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jul 31, 2024
1 parent 557dc59 commit 8216bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outbound/urltest.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package outbound

import (
"context"
"fmt"

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / Debug build (Go 1.21)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / Debug build

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (linux-mips64, linux, mips64)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (linux-386, linux, 386)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (freebsd-386, freebsd, 386)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (linux-armv5, linux, arm, 5)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (linux-arm64, linux, arm64)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (darwin-arm64, darwin, arm64)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (freebsd-amd64, freebsd, amd64, v1)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (linux-armv7, linux, arm, 7)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (linux-mipsel-hardfloat, linux, mipsle, hardfloat)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (linux-amd64, linux, amd64, v1)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (freebsd-arm64, freebsd, arm64)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (linux-mips64el, linux, mips64le)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (darwin-amd64, darwin, amd64, v1)

"fmt" imported and not used

Check failure on line 5 in outbound/urltest.go

View workflow job for this annotation

GitHub Actions / cross (linux-amd64-v3, linux, amd64, v3)

"fmt" imported and not used
"net"
"sync"
"time"
Expand Down

0 comments on commit 8216bfc

Please sign in to comment.