| Index: third_party/go/src/golang.org/x/mobile/example/libhello/hi/go_hi/go_hi.go
|
| diff --git a/third_party/go/src/golang.org/x/mobile/example/libhello/hi/go_hi/go_hi.go b/third_party/go/src/golang.org/x/mobile/example/libhello/hi/go_hi/go_hi.go
|
| deleted file mode 100644
|
| index 89b9d2d15eee252b85eab9f95270184aeab708f3..0000000000000000000000000000000000000000
|
| --- a/third_party/go/src/golang.org/x/mobile/example/libhello/hi/go_hi/go_hi.go
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -// 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)
|
| -}
|
|
|