github.com/thommil/tge-mobile@v0.0.0-20190308225214-66a08abd51aa/bind/testdata/try.go.golden (about)

     1  // Package main is an autogenerated binder stub for package try.
     2  //   gobind -lang=go try
     3  //
     4  // File is generated by gobind. Do not edit.
     5  package main
     6  
     7  /*
     8  #include <stdlib.h>
     9  #include <stdint.h>
    10  #include "seq.h"
    11  #include "try.h"
    12  
    13  */
    14  import "C"
    15  
    16  import (
    17  	_seq "github.com/thommil/tge-mobile/bind/seq"
    18  	"try"
    19  )
    20  
    21  // suppress the error if seq ends up unused
    22  var _ = _seq.FromRefNum
    23  
    24  //export proxytry__This
    25  func proxytry__This() C.nstring {
    26  	res_0 := try.This()
    27  	_res_0 := encodeString(res_0)
    28  	return _res_0
    29  }