README ¶ Objective C / cgo functionality =============================== objc_test --------- Checks that a Go target with Objective C code (both embedded and in an ``objc_library`` ``cdeps`` dependency) compiles, links, and executes. Expand ▾ Collapse ▴ Documentation ¶ Rendered for darwin/amd64 Index ¶ func Add(a, b int32) int32 func Sub(a, b int32) int32 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Add ¶ func Add(a, b int32) int32 func Sub ¶ func Sub(a, b int32) int32 Types ¶ This section is empty. Source Files ¶ View all Source files add_darwin.go sub_darwin.go Click to show internal directories. Click to hide internal directories.