File tree Expand file tree Collapse file tree 11 files changed +11
-0
lines changed Expand file tree Collapse file tree 11 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5+ //go:build android
56// +build android
67
78#include <android/log.h>
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5+ // go:build darwin && !ios
56// +build darwin
67// +build !ios
78
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5+ // go:build darwin && ios
56// +build darwin
67// +build ios
78
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5+ //go:build linux && !android
56// +build linux,!android
67
78#include "_cgo_export.h"
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5+ // go:build ignore
56// +build ignore
67
78#import < Foundation/Foundation.h>
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5+ // go:build ignore
56// +build ignore
67
78#import < Foundation/Foundation.h>
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5+ // go:build ignore
56// +build ignore
67
78#import < Foundation/Foundation.h>
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5+ // go:build ignore
56// +build ignore
67
78@import ObjectiveC.message;
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5+ //go:build android
56// +build android
67
78#include <stdlib.h>
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style
33// license that can be found in the LICENSE file.
44
5+ // go:build darwin && (arm || arm64)
56// +build darwin
67// +build arm arm64
78
You can’t perform that action at this time.
0 commit comments