An open API service indexing awesome lists of open source software.

https://github.com/onderweg/swift-from-go

Example code: calling Swift from Go
https://github.com/onderweg/swift-from-go

c go swift

Last synced: 5 months ago
JSON representation

Example code: calling Swift from Go

Awesome Lists containing this project

README

          

# go-swift

Example code, complementing the blog post: ["Calling Swift from Go"](https://dev.to/gerwert/calling-swift-from-go-5dbk)

_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
```