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
- Host: GitHub
- URL: https://github.com/onderweg/swift-from-go
- Owner: onderweg
- Created: 2019-02-02T19:21:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T14:35:18.000Z (over 4 years ago)
- Last Synced: 2024-06-20T17:36:17.235Z (about 2 years ago)
- Topics: c, go, swift
- Language: Swift
- Size: 6.84 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```