Sign in
go
/
go
/
382b44eb7c4357cd17be403addfd0ca46bfa2e79
/
.
/
src
/
cmd
/
internal
/
gc
/
array.go
blob: 04086138b3ce81f31df15172c17362aa589dac5b [
file
] [
log
] [
blame
]
// Copyright 2013 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 gc
const (
DEFAULTCAPACITY = 16
)