golang

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const PROXY_GOLANG_REGISTRY_API = "https://proxy.golang.org/%s/@latest"

https://proxy.golang.org/

Variables

This section is empty.

Functions

This section is empty.

Types

type GolangDoctor

type GolangDoctor struct {
	HTTPClient http.Client
}

func NewGolangDoctor

func NewGolangDoctor() *GolangDoctor

func (*GolangDoctor) Parse added in v1.2.0

func (*GolangDoctor) SourceCodeURL

func (d *GolangDoctor) SourceCodeURL(lib types.Library) (string, error)

type ProxyGolang

type ProxyGolang struct {
	// contains filtered or unexported fields
}

type ProxyGolangRegistryResponse

type ProxyGolangRegistryResponse struct {
	Origin struct {
		Vcs string `json:"VCS"`
		URL string `json:"URL"`
	} `json:"Origin"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL