diff options
Diffstat (limited to 'doc/codelab/wiki/final-noerror.go')
-rw-r--r-- | doc/codelab/wiki/final-noerror.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/codelab/wiki/final-noerror.go b/doc/codelab/wiki/final-noerror.go index 535550b979..e86bc1a3ca 100644 --- a/doc/codelab/wiki/final-noerror.go +++ b/doc/codelab/wiki/final-noerror.go @@ -1,3 +1,7 @@ +// Copyright 2010 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 ( |