KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
swift-from-go
★ 15
Open GitHub ↗
Example code: calling Swift from Go
Download README (.md)
Explore Similar Repositories
HNSW.Net
:
C# library for approximate nearest neighbors search using Hierarchical Navigable Small World graphs
node-grpc-crud
:
No description available.
ansible-role-rabbitmq
:
Ansible role to provision and install RabbitMQ nodes and/or clusters
MonteCarlo-example
:
Simple example to illustrate Monte Carlo simulation by calculating number Pi
PdfViewer
:
PDF Viewer with built-in dictionary support
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
swift-from-go
?
Download (.md)
# 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 ```