[go-wiki.wiki] push by a...@golang.org - redirect remaining pages on 2014-12-10 00:59 GMT

4 views
Skip to first unread message

go-...@googlecode.com

unread,
Dec 9, 2014, 7:59:28 PM12/9/14
to go-...@googlegroups.com
Revision: 9f33694ab486
Branch: default
Author: Andrew Gerrand <a...@golang.org>
Date: Wed Dec 10 00:59:04 2014 UTC
Log: redirect remaining pages
https://code.google.com/p/go-wiki/source/detail?r=9f33694ab486&repo=wiki

Modified:
/HostedContinuousIntegration.wiki
/HowToAsk.wiki
/HttpFetch.wiki
/HttpStaticFiles.wiki
/IDEsAndTextEditorPlugins.wiki
/InstallFromSource.wiki
/InstallTroubleshooting.wiki
/InstallingExp.wiki
/InterfaceSlice.wiki
/Iota.wiki
/Learn.wiki
/LockOSThread.wiki
/MethodSets.wiki
/MultipleGoRoots.wiki
/MutexOrChannel.wiki
/NativeClient.wiki
/NetBSD.wiki
/NonEnglish.wiki
/OlderVersions.wiki
/OpenBSD.wiki
/PackageManagementTools.wiki
/PackagePublishing.wiki
/PanicAndRecover.wiki
/PerfDashboard.wiki
/PortingPolicy.wiki
/Projects.wiki
/ProviderIntegration.wiki
/RaceDetector.wiki
/Range.wiki
/RateLimiting.wiki
/Rationales.wiki
/SQLDrivers.wiki
/SQLInterface.wiki
/Screencasts.wiki
/SendingMail.wiki
/SignalHandling.wiki
/SimultaneousAssignment.wiki
/SliceTricks.wiki
/Style.wiki
/SubRepositories.wiki
/SuccessStories.wiki
/Switch.wiki
/TableDrivenTests.wiki
/Timeouts.wiki
/Ubuntu.wiki
/WindowsBuild.wiki
/WindowsCrossCompiling.wiki
/WindowsDLLs.wiki
/WindowsSupport.wiki
/cgo.wiki
/heapdump13.wiki
/heapdump14.wiki
/whygo.wiki

=======================================
--- /HostedContinuousIntegration.wiki Fri Feb 21 10:40:57 2014 UTC
+++ /HostedContinuousIntegration.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,3 +1,4 @@
+== This page has moved:
https://golang.org/wiki/HostedContinuousIntegration ==
= Introduction =

A number of hosted continuous integration platforms have support for Go
=======================================
--- /HowToAsk.wiki Mon Apr 28 07:43:33 2014 UTC
+++ /HowToAsk.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary How to ask a good question on forums.
+== This page has moved: https://golang.org/wiki/HowToAsk ==

= A quick introduction =

=======================================
--- /HttpFetch.wiki Thu Apr 4 18:22:10 2013 UTC
+++ /HttpFetch.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,3 +1,4 @@
+== This page has moved: https://golang.org/wiki/HttpFetch ==
#summary Fetching URLs with HTTP.
#labels http

=======================================
--- /HttpStaticFiles.wiki Thu Apr 4 18:22:10 2013 UTC
+++ /HttpStaticFiles.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,3 +1,4 @@
+== This page has moved: https://golang.org/wiki/HttpStaticFiles ==
#summary Serving static files with HTTP.
#labels http

=======================================
--- /IDEsAndTextEditorPlugins.wiki Thu Oct 30 09:44:28 2014 UTC
+++ /IDEsAndTextEditorPlugins.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Integrated Development Environment and Text Editor Plugins for Go
+== This page has moved: https://golang.org/wiki/IDEsAndTextEditorPlugins ==
#labels IDE,editor

= IDEs and Plugins for Go =
=======================================
--- /InstallFromSource.wiki Sat Nov 29 06:36:36 2014 UTC
+++ /InstallFromSource.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Install Go from Source
+== This page has moved: https://golang.org/wiki/InstallFromSource ==

= Introduction =

=======================================
--- /InstallTroubleshooting.wiki Mon Feb 18 04:41:30 2013 UTC
+++ /InstallTroubleshooting.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Troubleshooting suggestions for Go installation issues
+== This page has moved: https://golang.org/wiki/InstallTroubleshooting ==

<wiki:toc>

=======================================
--- /InstallingExp.wiki Sat Mar 2 19:28:05 2013 UTC
+++ /InstallingExp.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Using the experimental packages with Go.
+== This page has moved: https://golang.org/wiki/InstallingExp ==
#labels exp

First, make sure you have your workspace set up (setting `GOPATH`). See
the [http://golang.org/doc/code.html How to write Go code] document for
details.
=======================================
--- /InterfaceSlice.wiki Sat Oct 15 18:06:51 2011 UTC
+++ /InterfaceSlice.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Explanation of why you can't go from []Type directly to
[]interface{}, and what you can do instead.
+== This page has moved: https://golang.org/wiki/InterfaceSlice ==

= Introduction =

=======================================
--- /Iota.wiki Fri May 27 17:00:12 2011 UTC
+++ /Iota.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary about Go's predeclared identifer "iota"
+== This page has moved: https://golang.org/wiki/Iota ==
#labels iota,language,identifier,const

= Summary =
=======================================
--- /Learn.wiki Mon Sep 16 02:56:26 2013 UTC
+++ /Learn.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Unofficial Go learning resources
+== This page has moved: https://golang.org/wiki/Learn ==

In addition to the resources available [http://golang.org/doc/#learning at
golang.org] there are a range of community-driven initiatives:

=======================================
--- /LockOSThread.wiki Mon Apr 1 11:10:12 2013 UTC
+++ /LockOSThread.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary How to works with libraries that must be called from the main OS
thread?
+== This page has moved: https://golang.org/wiki/LockOSThread ==
#labels Cgo,Thread,SDL,OpenGL

= Introduction =
=======================================
--- /MethodSets.wiki Tue May 8 13:25:40 2012 UTC
+++ /MethodSets.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary What is the method set of that type?
+== This page has moved: https://golang.org/wiki/MethodSets ==
#labels pointers,values,interfaces,methods,methodsets

<wiki:toc max_depth="2" />
=======================================
--- /MultipleGoRoots.wiki Tue Mar 19 17:59:50 2013 UTC
+++ /MultipleGoRoots.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Multiple $GOROOTs
+== This page has moved: https://golang.org/wiki/MultipleGoRoots ==

= Introduction =

=======================================
--- /MutexOrChannel.wiki Mon May 23 19:00:55 2011 UTC
+++ /MutexOrChannel.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary should you use a sync.Mutex or a channel?
+== This page has moved: https://golang.org/wiki/MutexOrChannel ==
#labels goroutine,channel,locking,sync,mutex

= Use a sync.Mutex or a channel? =
=======================================
--- /NativeClient.wiki Thu May 22 07:36:42 2014 UTC
+++ /NativeClient.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Running Go under Native Client
+== This page has moved: https://golang.org/wiki/NativeClient ==

Go 1.3 includes support for generating x86-32 and x86-64 binaries for
Google Native Client (!NaCl).

=======================================
--- /NetBSD.wiki Wed Feb 26 14:23:31 2014 UTC
+++ /NetBSD.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Using Go on NetBSD
+== This page has moved: https://golang.org/wiki/NetBSD ==

= Go on NetBSD =

=======================================
--- /NonEnglish.wiki Thu May 29 12:42:38 2014 UTC
+++ /NonEnglish.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Go documentation in languages other than English.
+== This page has moved: https://golang.org/wiki/NonEnglish ==

Some of this documentation may be out of date.

=======================================
--- /OlderVersions.wiki Sun May 4 04:58:57 2014 UTC
+++ /OlderVersions.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Building Older Go Version on New Systems
+== This page has moved: https://golang.org/wiki/OlderVersions ==

= Introduction =

=======================================
--- /OpenBSD.wiki Fri Nov 14 06:43:55 2014 UTC
+++ /OpenBSD.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary OpenBSD information
+== This page has moved: https://golang.org/wiki/OpenBSD ==

= Go on OpenBSD =

=======================================
--- /PackageManagementTools.wiki Sat Oct 18 23:25:27 2014 UTC
+++ /PackageManagementTools.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary List of Package Management tools
+== This page has moved: https://golang.org/wiki/PackageManagementTools ==

This page contains a list of tools for managing Go packages and their
dependencies. The tools are divided into categories based on their approach
to version management.

=======================================
--- /PackagePublishing.wiki Tue Sep 13 01:12:14 2011 UTC
+++ /PackagePublishing.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary How to prepare your package to be goinstalled
+== This page has moved: https://golang.org/wiki/PackagePublishing ==
#labels git,hg,tag,release,goinstall

= Introduction =
=======================================
--- /PanicAndRecover.wiki Thu Mar 28 15:32:48 2013 UTC
+++ /PanicAndRecover.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Panic causes the stack to unwind until a deferred recover() is
found or the program terminates.
+== This page has moved: https://golang.org/wiki/PanicAndRecover ==
#labels panic,recover,exception

<wiki:toc depth=3/>
=======================================
--- /PerfDashboard.wiki Fri Oct 17 08:56:05 2014 UTC
+++ /PerfDashboard.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Description of the Performance Dashboard.
+== This page has moved: https://golang.org/wiki/PerfDashboard ==

= Introduction =

=======================================
--- /PortingPolicy.wiki Thu Nov 28 00:58:57 2013 UTC
+++ /PortingPolicy.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary The criteria for a port being included in the main Go repository.
+== This page has moved: https://golang.org/wiki/PortingPolicy ==

= Introduction =

=======================================
--- /Projects.wiki Thu Dec 4 02:24:55 2014 UTC
+++ /Projects.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary A list of Go projects.
+== This page has moved: https://golang.org/wiki/Projects ==

= Indexes and search engines =

=======================================
--- /ProviderIntegration.wiki Wed Mar 12 15:16:36 2014 UTC
+++ /ProviderIntegration.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Go and Platform-as-a-Service provider integration
+== This page has moved: https://golang.org/wiki/ProviderIntegration ==

= Introduction =

=======================================
--- /RaceDetector.wiki Wed Jun 5 20:53:37 2013 UTC
+++ /RaceDetector.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Race Detector Manual.
+== This page has moved: https://golang.org/wiki/RaceDetector ==

Moved to [http://golang.org/doc/articles/race_detector.html]

=======================================
--- /Range.wiki Thu Jul 31 23:00:24 2014 UTC
+++ /Range.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Range Clauses
+== This page has moved: https://golang.org/wiki/Range ==
#labels range,for,iterate,loop

= Range Clauses =
=======================================
--- /RateLimiting.wiki Mon Apr 28 18:00:36 2014 UTC
+++ /RateLimiting.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Rate Limiting
+== This page has moved: https://golang.org/wiki/RateLimiting ==
#labels time,rpc,rate

= Rate Limiting =
=======================================
--- /Rationales.wiki Sat Dec 15 21:42:06 2012 UTC
+++ /Rationales.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Rationales behind some language decisions
+== This page has moved: https://golang.org/wiki/Rationales ==
#labels Specification,StandardLibrary

= Introduction =
=======================================
--- /SQLDrivers.wiki Fri May 30 11:29:08 2014 UTC
+++ /SQLDrivers.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary SQL database drivers
+== This page has moved: https://golang.org/wiki/SQLDrivers ==
#labels database,sql

= SQL database drivers =
=======================================
--- /SQLInterface.wiki Sat Oct 5 17:40:12 2013 UTC
+++ /SQLInterface.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Guide to using the database/sql package to query SQL databases
+== This page has moved: https://golang.org/wiki/SQLInterface ==
#labels database,sql

= Introduction =
=======================================
--- /Screencasts.wiki Sat Oct 27 04:13:08 2012 UTC
+++ /Screencasts.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Screencasts about Go
+== This page has moved: https://golang.org/wiki/Screencasts ==

= Screencasts =

=======================================
--- /SendingMail.wiki Fri Mar 30 07:13:49 2012 UTC
+++ /SendingMail.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Using the smtp package to send an email.
+== This page has moved: https://golang.org/wiki/SendingMail ==
#labels smtp,package,example

= Sending Mail =
=======================================
--- /SignalHandling.wiki Thu Apr 19 10:32:22 2012 UTC
+++ /SignalHandling.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary How to handle signals in Go
+== This page has moved: https://golang.org/wiki/SignalHandling ==
#labels signals

= Introduction =
=======================================
--- /SimultaneousAssignment.wiki Sat Jun 2 20:45:11 2012 UTC
+++ /SimultaneousAssignment.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Simultaneous assignment explained
+== This page has moved: https://golang.org/wiki/SimultaneousAssignment ==
#labels swap,assign
=Simultaneous Assignment=

=======================================
--- /SliceTricks.wiki Thu Nov 20 00:47:54 2014 UTC
+++ /SliceTricks.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary How to do vector-esque things with slices.
+== This page has moved: https://golang.org/wiki/SliceTricks ==
#labels slices

Since the introduction of the `append` built-in, most of the functionality
of the `container/vector` package, which was removed in Go 1, can be
replicated using `append` and `copy`.
=======================================
--- /Style.wiki Tue Mar 4 00:37:49 2014 UTC
+++ /Style.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,1 +1,2 @@
+== This page has moved: https://golang.org/wiki/Style ==
See CodeReviewComments.
=======================================
--- /SubRepositories.wiki Thu Nov 13 02:55:00 2014 UTC
+++ /SubRepositories.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary About the official sub-repositories.
+== This page has moved: https://golang.org/wiki/SubRepositories ==

These packages are part of the Go Project but outside the main Go tree.

=======================================
--- /SuccessStories.wiki Mon Jul 28 19:18:32 2014 UTC
+++ /SuccessStories.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Go success stories from around the web
+== This page has moved: https://golang.org/wiki/SuccessStories ==

= Go success stories from around the web =

=======================================
--- /Switch.wiki Wed Nov 9 19:29:46 2011 UTC
+++ /Switch.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary about Go's "switch" construct
+== This page has moved: https://golang.org/wiki/Switch ==
#labels switch,language,type

= Switch =
=======================================
--- /TableDrivenTests.wiki Wed Jun 25 02:53:24 2014 UTC
+++ /TableDrivenTests.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Writing test cases
+== This page has moved: https://golang.org/wiki/TableDrivenTests ==
#labels testing,table-driventests
= Introduction =
Writing good tests is not trivial, but in many situations a lot of ground
can be covered with table-driven tests: Each table entry is a complete test
case with inputs and expected results, and sometimes with additional
information such as a test name to make the test output easily readable.
If you ever find yourself using copy and paste when writing a test, think
about whether refactoring into a table-driven test or pulling the copied
code out into a helper function might be a better option.
=======================================
--- /Timeouts.wiki Tue Mar 25 14:03:52 2014 UTC
+++ /Timeouts.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Timeouts and Deadlines
+== This page has moved: https://golang.org/wiki/Timeouts ==
#labels time,rpc,select

= Timeouts and Deadlines =
=======================================
--- /Ubuntu.wiki Thu May 17 00:09:07 2012 UTC
+++ /Ubuntu.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Installing Go on a Ubuntu system.
+== This page has moved: https://golang.org/wiki/Ubuntu ==

== Install package `golang` ==

=======================================
--- /WindowsBuild.wiki Mon Aug 11 04:30:23 2014 UTC
+++ /WindowsBuild.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Building Go on Microsoft Windows
+== This page has moved: https://golang.org/wiki/WindowsBuild ==
#labels windows,mingw,msys

= Use [https://code.google.com/p/winstrap winstrap] ==
=======================================
--- /WindowsCrossCompiling.wiki Mon Feb 20 00:12:18 2012 UTC
+++ /WindowsCrossCompiling.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Building windows go programs on linux
+== This page has moved: https://golang.org/wiki/WindowsCrossCompiling ==
#labels windows

= Building windows go programs on linux =
=======================================
--- /WindowsDLLs.wiki Thu Jul 31 23:31:34 2014 UTC
+++ /WindowsDLLs.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary calling Windows DLLs from Go
+== This page has moved: https://golang.org/wiki/WindowsDLLs ==
#labels windows,syscall,dll,sample

=Calling a Windows DLL=
=======================================
--- /WindowsSupport.wiki Tue Apr 10 18:22:39 2012 UTC
+++ /WindowsSupport.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary The status of Go under Windows.
+== This page has moved: https://golang.org/wiki/WindowsSupport ==

= Go under MS Windows =

=======================================
--- /cgo.wiki Thu Jul 31 23:46:15 2014 UTC
+++ /cgo.wiki Wed Dec 10 00:59:04 2014 UTC
@@ -1,4 +1,5 @@
#summary Tips for interfacing with C code and libraries using cgo.
+== This page has moved: https://golang.org/wiki/cgo ==

= Introduction =

=======================================
***Additional files exist in this changeset.***
Reply all
Reply to author
Forward
0 new messages