github.com/graybobo/golang.org-package-offline-cache@v0.0.0-20200626051047-6608995c132f/x/mobile/bind/testdata/try.go.golden (about)

     1  // Package go_try 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 go_try
     6  
     7  import (
     8  	"golang.org/x/mobile/bind/seq"
     9  	"try"
    10  )
    11  
    12  func proxy_This(out, in *seq.Buffer) {
    13  	res := try.This()
    14  	out.WriteString(res)
    15  }
    16  
    17  func init() {
    18  	seq.Register("try", 1, proxy_This)
    19  }