From 1623d001d10b9c44fa88bb6430e7c75100fcb180 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Sun, 4 Nov 2018 20:55:27 +0200 Subject: [PATCH] Link to original source files --- modules/reitit-core/src/reitit/impl.cljc | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/modules/reitit-core/src/reitit/impl.cljc b/modules/reitit-core/src/reitit/impl.cljc index 2d202829..0a29f490 100644 --- a/modules/reitit-core/src/reitit/impl.cljc +++ b/modules/reitit-core/src/reitit/impl.cljc @@ -1,15 +1,3 @@ -; Copyright 2013 Relevance, Inc. -; Copyright 2014-2016 Cognitect, Inc. - -; The use and distribution terms for this software are covered by the -; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0) -; which can be found in the file epl-v10.html at the root of this distribution. -; -; By using this software in any fashion, you are agreeing to be bound by -; the terms of this license. -; -; You must not remove this notice, or any other, from this software. - (ns ^:no-doc reitit.impl #?(:cljs (:require-macros [reitit.impl])) (:require [clojure.string :as str] @@ -31,6 +19,10 @@ coll coll)) +;; +;; https://github.com/pedestal/pedestal/blob/master/route/src/io/pedestal/http/route/prefix_tree.clj +;; + (defn wild? [s] (contains? #{\: \*} (first (str s))))