diff options
Diffstat (limited to 'libgo/go/encoding/gob/debug.go')
-rw-r--r-- | libgo/go/encoding/gob/debug.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/encoding/gob/debug.go b/libgo/go/encoding/gob/debug.go index 6dc7fc9..b54ef46 100644 --- a/libgo/go/encoding/gob/debug.go +++ b/libgo/go/encoding/gob/debug.go @@ -2,8 +2,8 @@ // 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 +// Delete the next line to include in the gob package. +// +build gob-debug package gob |