github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/mobile/example/libhello/hi/go_hi/go_hi.go (about)

     1  // Package go_hi is an autogenerated binder stub for package hi.
     2  //   gobind -lang=go golang.org/x/mobile/example/libhello/hi
     3  //
     4  // File is generated by gobind. Do not edit.
     5  package go_hi
     6  
     7  import (
     8  	"golang.org/x/mobile/bind/seq"
     9  	"golang.org/x/mobile/example/libhello/hi"
    10  )
    11  
    12  func proxy_Hello(out, in *seq.Buffer) {
    13  	param_name := in.ReadUTF16()
    14  	hi.Hello(param_name)
    15  }
    16  
    17  func init() {
    18  	seq.Register("hi", 1, proxy_Hello)
    19  }