-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

go list


> List packages or modules.

More information.


List packages:

go list ./...

List standard packages:

go list std

List packages in JSON format:

go list -json time net/http

List module dependencies and available updates:

go list -m -u all


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:06:57 2024