Sign in
go
/
go
/
42c8be4414e98f44c4bdb6d6cab126c8b7ed29a3
/
.
/
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
)