aboutsummaryrefslogtreecommitdiff
path: root/doc/code.html
AgeCommit message (Collapse)Author
2014-12-10[release-branch.go1.4] [release-branch.go1.4] doc: scrub references to ↵Andrew Gerrand
code.google.com These are the references that affect current Go users. I left intact references in older release notes; we can figure out what to do with them later. LGTM=rsc R=rsc CC=golang-codereviews https://golang.org/cl/186140043
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
LGTM=rsc, r R=r, rsc CC=golang-codereview, golang-codereviews https://golang.org/cl/168050043
2014-07-25doc: drop scheme from links that are known to support HTTPSAndrew Gerrand
golang.org now serves HTTPS with a valid cert, so it's reasonable that users should click through to the HTTPS versions of *.golang.org and other known sites. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/112650043
2013-11-21doc: update installation instructionsAndrew Gerrand
Clarify that GOROOT should only be set when using a custom install path. Remove NetBSD from binary install page (we don't provide binaries). Remove "What's next" links from installation instructions. Emphasize "How to Write Go Code" page. Fixes #6613. R=golang-dev, r CC=golang-dev https://golang.org/cl/28700043
2013-10-12doc: fix small HTML problemsShenghou Ma
R=golang-dev, dave CC=golang-dev https://golang.org/cl/14629043
2013-10-09doc: fix a few broken linksAndrew Gerrand
R=golang-dev, r CC=golang-dev https://golang.org/cl/14494044
2013-05-29doc: Fix typo in approximation of square rootKatrina Owen
See https://en.wikipedia.org/wiki/Newton%27s_method#Square_root_of_a_number R=golang-dev, minux.ma, adg CC=golang-dev https://golang.org/cl/9145044
2013-04-23doc/code.html: remove doubled word; modify the tab to space.Oling Cat
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8919043
2013-04-04doc/code.html: fix typosAndriy Lytvynov
Fixed example program's output to match program's code. Fixes #5204. R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/8365043
2013-04-04doc: use the already defined GOPATH in PATHDuncan Holm
R=golang-dev, adg CC=golang-dev https://golang.org/cl/8248044
2013-04-03doc: fix typos and trailing spacesAlexei Sholik
R=golang-dev, adg CC=golang-dev https://golang.org/cl/8285044
2013-04-04doc: mention godoc.org in "How to Write Go Code"Andrew Gerrand
R=golang-dev, r CC=golang-dev https://golang.org/cl/8344043
2013-04-04doc: simplify How to write Go code articleAndrew Gerrand
This version just tells you what to do, rather than trying to teach you how it all works. Should be much better for newcomers. R=dave, gary.burd, alcosholik, r CC=golang-dev https://golang.org/cl/8247044
2013-02-11doc: link to wiki Projects page instead of old Project Dashboard.Greg Ward
R=golang-dev, adg CC=golang-dev https://golang.org/cl/7308079
2013-01-15doc: fix various fragment linksAndrew Gerrand
R=dsymonds CC=golang-dev https://golang.org/cl/7094058
2012-11-13doc: link to Go coding screencastAndrew Gerrand
R=golang-dev, r CC=golang-dev https://golang.org/cl/6849046
2012-08-07doc: fix some HTML syntax errorsShenghou Ma
R=adg CC=golang-dev https://golang.org/cl/6458043
2012-04-17doc/code: mention $GOBINShenghou Ma
R=golang-dev, adg CC=golang-dev https://golang.org/cl/5989045
2012-04-10doc/code: update newmath.Sqrt test case to make sure test succeedShenghou Ma
Fixes #3445. R=golang-dev, rsc, mtj CC=golang-dev https://golang.org/cl/5975061
2012-04-05doc: shorten project dashboard linkAndrew Gerrand
Fixes #3420. (which was already fixed) R=golang-dev, bradfitz, dsymonds CC=golang-dev https://golang.org/cl/5987043
2012-04-02doc/code.html: change 'affect' to 'effect'.Peter Weinberger
Fixes #3429. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5966047
2012-03-30doc/code.html: fix broken dashboard linkShenghou Ma
Fixes #3420. Part of issue 3424. R=golang-dev, cldorian, adg, r CC=golang-dev https://golang.org/cl/5958046
2012-03-19doc: various typos, remove apostrophes from ordinalsJeremy Jackins
R=golang-dev, r, r CC=golang-dev https://golang.org/cl/5845059
2012-03-02doc: fix some HTML errors in code.htmlSanjay Menakuru
R=golang-dev, rsc CC=adg, golang-dev https://golang.org/cl/5720050
2012-03-02doc: expand code.html to discuss the go tool in more depthAndrew Gerrand
R=golang-dev, balasanjay, r CC=golang-dev https://golang.org/cl/5640045
2012-02-29doc: add a bunch of missing <p> tagsStefan Nilsson
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5707065
2012-02-18doc: various updates to doc/code.htmlShenghou Ma
R=golang-dev, adg, r CC=golang-dev https://golang.org/cl/5649068
2012-01-19godoc: specify HTML page metadata with a JSON blobAndrew Gerrand
This allows HTML pages to specify arbitrary data in a header: <!--{ "Title": "The page title", ... }--> replacing the old style comments: <!-- title The page title --> R=gri, rsc, r, bradfitz, dsymonds CC=golang-dev https://golang.org/cl/5532093
2012-01-12doc: update "How to Write Go Code" to use the go toolAndrew Gerrand
R=golang-dev, r, kevlar, rsc CC=golang-dev https://golang.org/cl/5534045
2011-03-04doc: there's no such thing as a .cgo fileAndrew Gerrand
R=rsc CC=golang-dev https://golang.org/cl/4264043
2011-03-04doc: describe platform-specific conventions in code.htmlAndrew Gerrand
R=r, rsc, gri CC=golang-dev https://golang.org/cl/4257049
2011-02-22Make.pkg, doc: Replace references to "-benchmarks" and "-match" with ↵Kyle Consalus
"-test.bench" and "-test.run". R=r CC=golang-dev https://golang.org/cl/4197041
2011-02-12code.html: update to reflect that package names need not be uniqueRob Pike
Fixes #1507. R=golang-dev, ehog.hedge, rsc CC=golang-dev https://golang.org/cl/4160049
2010-11-29doc/code.html: fix reference to "gomake build"Anschel Schaffer-Cohen
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/3288042
2010-11-23Documentation: how to write Makefiles for commands.Yves Junqueira
Fixes #1282. R=adg CC=golang-dev https://golang.org/cl/3152041
2010-08-18build: no required environment variablesRuss Cox
R=adg, r, PeterGo CC=golang-dev https://golang.org/cl/1942044
2010-06-01doc/code.html: fix error string formatAndrew Gerrand
R=rsc CC=golang-dev https://golang.org/cl/1444041
2010-05-30doc/code: example package with testsAndrew Gerrand
R=r CC=golang-dev https://golang.org/cl/1404041
2009-12-17make it more explicit that design discussions should happen before code reviewsRob Pike
R=rsc CC=golang-dev https://golang.org/cl/180075
2009-12-11Add a Makefile in place of all.bash. Update docs to reflectDevon H. O'Dell
this change. R=rsc CC=golang-dev https://golang.org/cl/171048
2009-12-09doc: split contribute.html into code.html and contribute.htmlRuss Cox
R=r https://golang.org/cl/170042