From 2b11533c73467a225e69ef75e19b965e4af4358c Mon Sep 17 00:00:00 2001 From: yangwenmai Date: Fri, 26 Jan 2018 13:02:33 +0800 Subject: [PATCH] modify filename --- .travis.yml | 2 +- export.py.go => export.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename export.py.go => export.py (100%) diff --git a/.travis.yml b/.travis.yml index 03f9e7a..cc44fee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ notifications: on_failure: always go: - - 1.8.3 + - 1.9.3 install: - go get github.com/go-playground/overalls diff --git a/export.py.go b/export.py similarity index 100% rename from export.py.go rename to export.py