diff options
Diffstat (limited to 'libgo/go/encoding/gob/debug.go')
-rw-r--r-- | libgo/go/encoding/gob/debug.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgo/go/encoding/gob/debug.go b/libgo/go/encoding/gob/debug.go index 4a61d0fb2f8..6dc7fc9aca0 100644 --- a/libgo/go/encoding/gob/debug.go +++ b/libgo/go/encoding/gob/debug.go @@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Delete the next line to include this file in the gob package. +// +build ignore + package gob // This file is not normally included in the gob package. Used only for debugging the package itself. |