From 130914b00446972075490fae5951ccee5a902147 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 11 Jul 2016 13:29:34 -0700 Subject: [PATCH] tip: update package doc to refer to stable code This comment was written and has not been changed since this package was created: https://www.youtube.com/watch?v=1rZ-JorHJEY It is no longer called 'tipgodoc', and it is no longer all that 'new'. This change request updates that text to reflect the current state of the 'tip' command. Change-Id: I4ce56fb9a3bd617cf92f8d53df5a2d4726085a9a Reviewed-on: https://go-review.googlesource.com/24860 Reviewed-by: Brad Fitzpatrick --- cmd/tip/tip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tip/tip.go b/cmd/tip/tip.go index c3de65cc..f8171bd6 100644 --- a/cmd/tip/tip.go +++ b/cmd/tip/tip.go @@ -2,7 +2,7 @@ // Use of this source code is governed by the Apache 2.0 // license that can be found in the LICENSE file. -// Command tipgodoc is the beginning of the new tip.golang.org server, +// Command tip is the tip.golang.org server, // serving the latest HEAD straight from the Git oven. package main