We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee521d commit 010c4e0Copy full SHA for 010c4e0
src/code.cloudfoundry.org/gorouter/route/maglev.go
@@ -1,5 +1,15 @@
1
package route
2
3
+/******************************************************************************
4
+ * Original github.com/kkdai/maglev/maglev.go
5
+ *
6
+ * Copyright (c) 2019 Evan Lin (github.com/kkdai)
7
8
+ * This program and the accompanying materials are made available under
9
+ * the terms of the Apache License, Version 2.0 which is available at
10
+ * http://www.apache.org/licenses/LICENSE-2.0.
11
+ ******************************************************************************/
12
+
13
import (
14
"errors"
15
"fmt"
0 commit comments