Sign in
go
/
go
/
412944484c775d86d677e1dce38b923e27b437b0
/
.
/
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
)