...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Text file
src
/
cmd
/
link
/
testdata
/
testBuildFortvOS
/
main.m
Documentation:
cmd/link/testdata/testBuildFortvOS
1
extern void GoFunc();
2
3
int main(int argc, char **argv) {
4
GoFunc();
5
}
View as plain text