Sign in
go
/
go
/
7bdecbf840978e618665c284d273f81ce639a293
/
.
/
src
/
cmd
/
internal
/
obj
/
libc.go
blob: b200b2604700449230c9af080f9e4905aa8ce734 [
file
] [
log
] [
blame
]
// 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