commit d9b03c3523a190a439a6e2417f75c5cdddd98313 from: Omar Polo date: Mon Jan 17 11:25:42 2022 UTC fmt commit - d1f3d62f6b659fdc88e88effe0ece200ad3bd255 commit + d9b03c3523a190a439a6e2417f75c5cdddd98313 blob - 909c7eb58147e64e2002e5818918fca141be047c blob + f98a6ec814b0f4ff012a208ca95a68851c706200 --- 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))