move fs into seperate directory to break cycle import

pull/6/head
wackxu 2018-02-06 16:37:07 +08:00
parent f268bb1605
commit a01f633e8e
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package util
package fs
import (
"bytes"

View File

@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package util
package fs
import (
"fmt"