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

View File

@@ -0,0 +1,15 @@
import XCTest
@testable import go_swift
final class go_swiftTests: XCTestCase {
func testExample() {
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct
// results.
XCTAssertEqual(go_swift().text, "Hello, World!")
}
static var allTests = [
("testExample", testExample),
]
}