aboutsummaryrefslogtreecommitdiff
path: root/Sources/swift-gopher/gopherHandler.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/swift-gopher/gopherHandler.swift')
-rw-r--r--Sources/swift-gopher/gopherHandler.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Sources/swift-gopher/gopherHandler.swift b/Sources/swift-gopher/gopherHandler.swift
index 00a3a30..be06b97 100644
--- a/Sources/swift-gopher/gopherHandler.swift
+++ b/Sources/swift-gopher/gopherHandler.swift
@@ -2,6 +2,7 @@ import ArgumentParser
import Foundation
import Logging
import NIO
+import GopherHelpers
final class GopherHandler: ChannelInboundHandler {
typealias InboundIn = ByteBuffer