Removed boilerplate source files from the library and test targets.

This commit is contained in:
2025-10-10 17:58:10 +02:00
parent 9982deab7b
commit 0f04790d84
2 changed files with 0 additions and 8 deletions
@@ -1,2 +0,0 @@
// The Swift Programming Language
// https://docs.swift.org/swift-book
@@ -1,6 +0,0 @@
import Testing
@testable import discogs_service
@Test func example() async throws {
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
}