Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 354 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 354 Bytes

go-swift

Example code, complementing the blog post: "Calling Swift from Go"

Note: this repo is more than 3 years old. Feel free to use it as reference, but don't expect it to work with current versions of Go and Swift.

Building & Running

$ swift build
$ go build -o hello
$ ./hello