2
0
mirror of synced 2025-02-24 07:18:15 +00:00
mobile/bind/testdata/try.go.golden

20 lines
349 B
Plaintext
Raw Normal View History

// Package go_try is an autogenerated binder stub for package try.
// gobind -lang=go try
//
// File is generated by gobind. Do not edit.
package go_try
import (
_seq "golang.org/x/mobile/bind/seq"
"try"
)
func proxy_This(out, in *_seq.Buffer) {
res := try.This()
out.WriteString(res)
}
func init() {
_seq.Register("try", 1, proxy_This)
}