kylegrantlucas/speedtest

View on GitHub
client.go

Summary

Maintainability
A
0 mins
Test Coverage

2: cannot find package "github.com/dchest/uniuri" in any of:
Open

    "github.com/dchest/uniuri"
Severity: Minor
Found in client.go by govet

exported function NewClient should have comment or be unexported
Open

func NewClient(config *http.SpeedtestConfig, dlsizes []int, ulsizes []int, timeout time.Duration) (*Client, error) {
Severity: Minor
Found in client.go by golint

exported method Client.GetServer should have comment or be unexported
Open

func (client *Client) GetServer(serverID string) (http.Server, error) {
Severity: Minor
Found in client.go by golint

exported function NewDefaultClient should have comment or be unexported
Open

func NewDefaultClient() (*Client, error) {
Severity: Minor
Found in client.go by golint

There are no issues that match your filters.

Category
Status