Sign in
go
/
go
/
da87cf5dcf342a31c82ff7980bdc076558ff6674
/
.
/
src
/
cmd
/
internal
/
obj
/
libc.go
blob: b200b2604700449230c9af080f9e4905aa8ce734 [
file
]
// Copyright 2015 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 obj
const (
AEXIST = 0
BOM = 0xFEFF
)
var GOEXPERIMENT string