try.go.golden 512 B

123456789101112131415161718192021222324252627282930
  1. // Code generated by gobind. DO NOT EDIT.
  2. // Package main is an autogenerated binder stub for package try.
  3. //
  4. // autogenerated by gobind -lang=go try
  5. package main
  6. /*
  7. #include <stdlib.h>
  8. #include <stdint.h>
  9. #include "seq.h"
  10. #include "try.h"
  11. */
  12. import "C"
  13. import (
  14. _seq "golang.org/x/mobile/bind/seq"
  15. "try"
  16. )
  17. // suppress the error if seq ends up unused
  18. var _ = _seq.FromRefNum
  19. //export proxytry__This
  20. func proxytry__This() C.nstring {
  21. res_0 := try.This()
  22. _res_0 := encodeString(res_0)
  23. return _res_0
  24. }