Commit Diff
Commit:
d9b03c3523a190a439a6e2417f75c5cdddd98313
Date:
Mon Jan 17 11:25:42 2022
UTC
Message
fmt
--- package.lisp
+++ package.lisp
@@ -16,4 +16,5 @@
(:documentation "Gemini (the protocol) implementation")
(:nicknames :gemini)
(:use #:cl #:trivia)
- (:export :request :with-gemini-request :*default-port* :*code-to-keyword*))
+ (:export :*default-port* :*code-to-keyword*
+ :request :with-gemini-request))
Omar Polo