From b2dc154421eb830c812e089b2b69a0c728704b5b Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Wed, 18 Mar 2009 14:09:16 -0700 Subject: remove print() from the tutorial, generating a little clumsiness around "import" R=rsc,gri DELTA=103 (36 added, 33 deleted, 34 changed) OCL=26442 CL=26491 --- doc/progs/printf.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 doc/progs/printf.go (limited to 'doc/progs/printf.go') diff --git a/doc/progs/printf.go b/doc/progs/printf.go deleted file mode 100644 index 3bd70f264..000000000 --- a/doc/progs/printf.go +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2009 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package main - -import "fmt" - -func main() { - fmt.Printf("hello, %s\n", "world"); -} -- cgit v1.2.3