mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2026-03-22 22:35:31 +00:00
Restart Init
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
//go:cgo_ldflag "-O2"
|
||||
//go:cgo_ldflag "-g"
|
||||
//go:cgo_ldflag "-lpthread"
|
||||
// Code generated by cmd/cgo; DO NOT EDIT.
|
||||
|
||||
package cgo
|
||||
|
||||
import "unsafe"
|
||||
|
||||
func _Cgo_ptr(ptr unsafe.Pointer) unsafe.Pointer { return ptr }
|
||||
|
||||
//go:linkname _Cgo_always_false runtime.cgoAlwaysFalse
|
||||
var _Cgo_always_false bool
|
||||
//go:linkname _Cgo_use runtime.cgoUse
|
||||
func _Cgo_use(interface{})
|
||||
//go:linkname _Cgo_keepalive runtime.cgoKeepAlive
|
||||
//go:noescape
|
||||
func _Cgo_keepalive(interface{})
|
||||
//go:linkname _Cgo_no_callback runtime.cgoNoCallback
|
||||
func _Cgo_no_callback(bool)
|
||||
type _Ctype_void [0]byte
|
||||
|
||||
//go:linkname _cgo_runtime_cgocall runtime.cgocall
|
||||
func _cgo_runtime_cgocall(unsafe.Pointer, uintptr) int32
|
||||
|
||||
//go:linkname _cgoCheckPointer runtime.cgoCheckPointer
|
||||
//go:noescape
|
||||
func _cgoCheckPointer(interface{}, interface{})
|
||||
|
||||
//go:linkname _cgoCheckResult runtime.cgoCheckResult
|
||||
//go:noescape
|
||||
func _cgoCheckResult(interface{})
|
||||
|
||||
Reference in New Issue
Block a user