blob: 89b9d2d15eee252b85eab9f95270184aeab708f3 [file] [log] [blame]
// Package go_hi is an autogenerated binder stub for package hi.
// gobind -lang=go golang.org/x/mobile/example/libhello/hi
//
// File is generated by gobind. Do not edit.
package go_hi
import (
"golang.org/x/mobile/bind/seq"
"golang.org/x/mobile/example/libhello/hi"
)
func proxy_Hello(out, in *seq.Buffer) {
param_name := in.ReadUTF16()
hi.Hello(param_name)
}
func init() {
seq.Register("hi", 1, proxy_Hello)
}