Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/tools/cmd/godoc: show Go version that types/funcs/etc were introduced in #13518

Closed
jinguoli opened this issue Dec 7, 2015 · 7 comments
Closed

Comments

@jinguoli
Copy link

jinguoli commented Dec 7, 2015

example php:

gzencode

(PHP 4 >= 4.0.4, PHP 5)
gzencode — Create a gzip compressed string

example python:

Compress.copy()
Returns a copy of the compression object. This can be used to efficiently compress a set of data that >share a common initial prefix.

New in version 2.5.

@davecheney
Copy link
Contributor

For questions about the language, see one of the forums: https://golang.org/wiki/Questions

We only use the Github issue tracker for tracking bugs.

@Thomasdezeeuw
Copy link
Contributor

I think is more a proposal rather then a question. @jinguoli maybe you should take a look at https://github.com/golang/proposal, on how to create a proposal.

@davecheney
Copy link
Contributor

Thanks for correcting me Thomas, I had misunderstood the OPs original post.

Thanks

Dave

On Mon, 7 Dec 2015, 18:42 Thomas de Zeeuw notifications@github.com wrote:

I think is more a proposal rather then a question. @jinguoli
https://github.com/jinguoli maybe you should take a look at
https://github.com/golang/proposal, on how to create a proposal.


Reply to this email directly or view it on GitHub
#13518 (comment).

@mdempsky
Copy link
Member

mdempsky commented Dec 7, 2015

@jinguoli FYI, you might be interested in the http://tip.golang.org/api/ directory, which contains information about which types/functions/etc were added in each Go release.

@jinguoli
Copy link
Author

jinguoli commented Dec 7, 2015

@mdempsky the api txt not easy-to-use, like PHP or Python manual is very intuitive.

@ALL
sorry, my english is very bad, can not talk more detail. sorry.

@bradfitz bradfitz changed the title can add method/interface since version? x/tools/cmd/godoc: show Go version that types/funcs/etc were introduced in Dec 7, 2015
@bradfitz bradfitz reopened this Dec 7, 2015
@bradfitz bradfitz added this to the Unplanned milestone Dec 7, 2015
@bradfitz
Copy link
Contributor

bradfitz commented Dec 7, 2015

I've re-titled this bug. godoc could do this in HTML mode. It has the information.

@minux
Copy link
Member

minux commented Feb 24, 2016

Merged into #5778.

@minux minux closed this as completed Feb 24, 2016
@golang golang locked and limited conversation to collaborators Feb 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

7 participants