feat: add swift from go

This commit is contained in:
2025-07-18 22:47:41 +08:00
parent c68d63fe52
commit ebb2161ca4
8 changed files with 106 additions and 0 deletions

15
swift-from-go/README.md Normal file
View File

@@ -0,0 +1,15 @@
# go-swift
> Clone from: https://github.com/onderweg/swift-from-go
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
```