Skip to content

Commit

Permalink
not used for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotsmith committed Jun 8, 2024
1 parent d7dc35f commit 4cf8a25
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions jrpc2/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ import (
)

type URL struct {
parsed *url.URL
provided string
success, total uint64
lastError time.Time
parsed *url.URL
provided string
}

func MustURL(provided string) *URL {
Expand Down

0 comments on commit 4cf8a25

Please sign in to comment.