Skip to content
Snippets Groups Projects
Commit 32f83d41 authored by fangyincheng's avatar fangyincheng
Browse files

modify filter dir & version

parent df474f30
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 18 deletions
......@@ -18,7 +18,7 @@
package constant
const (
Version = "2.6.0"
Version = "1.3.0"
Name = "dubbogo"
DATE = "2019/05/06"
)
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"os"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"context"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"github.com/apache/dubbo-go/common/extension"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"github.com/apache/dubbo-go/common/constant"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"testing"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"strconv"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"net/url"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"reflect"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"reflect"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"reflect"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"context"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"sync/atomic"
......
......@@ -15,7 +15,7 @@
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"net/url"
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"fmt"
......
......@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package default_filters
package filter_impl
import (
"regexp"
......
......@@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package default_filters
package filter_impl
import (
"strings"
......
......@@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package default_filters
package filter_impl
import (
"net/url"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment