Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/root/386/go/src/go/doc/testdata/g.2.golden

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


// The package g is a go/doc test for mixed exported/unexported ...
PACKAGE g

IMPORTPATH
	testdata/g

FILENAMES
	testdata/g.go

CONSTANTS
	// 
	const (
		A, _	= iota, iota
		_, D
		E, _
		G, H
	)


VARIABLES
	// 
	var (
		_, C2, _	= 1, 2, 3
		C4, _, C6	= 4, 5, 6
		_, C8, _	= 7, 8, 9
	)

	// 
	var (
		_, X = f()
	)


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.