• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package main
2
3import "C"
4
5//export GoFunc
6func GoFunc() {}
7
8func main() {}
9