예제 #1
0
파일: main.go 프로젝트: kevinherro/Exis
func Application(s string) { core.Application("%s", s) }
예제 #2
0
파일: main.go 프로젝트: newgogo/Exis
//export Application
func Application(s *C.char) { core.Application("%s", C.GoString(s)) }