github.com/status-im/status-go@v1.1.0/cmd/library/const.go (about)

     1  package main
     2  
     3  const prelude = `// Code generated by cmd/library to keep in sync with mobile. DO NOT EDIT.
     4  package main
     5  
     6  // #include <stdlib.h>
     7  import  "C"
     8  import "unsafe"
     9  import mobile "github.com/status-im/status-go/mobile"
    10  
    11  func main() {}
    12  `
    13  
    14  const intType = "int"
    15  const stringType = "string"
    16  const unsafePointerType = "&{unsafe Pointer}"
    17  const boolType = "bool"