18 lines
364 B
Go
18 lines
364 B
Go
package main
|
|
|
|
const prelude = `// Code generated by cmd/library to keep in sync with mobile. DO NOT EDIT.
|
|
package main
|
|
|
|
// #include <stdlib.h>
|
|
import "C"
|
|
import "unsafe"
|
|
import mobile "github.com/status-im/status-go/mobile"
|
|
|
|
func main() {}
|
|
`
|
|
|
|
const intType = "int"
|
|
const stringType = "string"
|
|
const unsafePointerType = "&{unsafe Pointer}"
|
|
const boolType = "bool"
|