Skip to content

Commit 930667f

Browse files
authored
Revert "Fix HelloWorld Samples (#1505)" (#1506)
This reverts commit 4915076.
1 parent 4915076 commit 930667f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Sources/Examples/HelloWorld/Client/helloworldclient.swift renamed to Sources/Examples/HelloWorld/Client/main.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import HelloWorldModel
2020
import NIOCore
2121
import NIOPosix
2222

23-
@main
2423
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
2524
struct HelloWorld: AsyncParsableCommand {
2625
@Option(help: "The port to connect to")

Sources/Examples/HelloWorld/Server/HelloWorldServer.swift renamed to Sources/Examples/HelloWorld/Server/main.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import HelloWorldModel
2020
import NIOCore
2121
import NIOPosix
2222

23-
@main
2423
@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
2524
struct HelloWorld: AsyncParsableCommand {
2625
@Option(help: "The port to listen on for new connections")

0 commit comments

Comments
 (0)