Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Nov 4, 2024
1 parent 437b834 commit 190e4cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion x/examples/fetch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func main() {
methodFlag := flag.String("method", "GET", "The HTTP method to use")
var headersFlag stringArrayFlagValue
flag.Var(&headersFlag, "H", "Raw HTTP Header line to add. It must not end in \\r\\n")
timeoutSecFlag := flag.Int("timeout", 100500, "Timeout in seconds")
timeoutSecFlag := flag.Int("timeout", 5, "Timeout in seconds")

flag.Parse()

Expand Down
2 changes: 0 additions & 2 deletions x/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,3 @@ require (
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/Jigsaw-Code/outline-sdk => /home/peter/outline-sdk

0 comments on commit 190e4cb

Please sign in to comment.