1
0
mirror of https://github.com/writeas/writeas-cli synced 2025-07-26 23:08:16 +00:00

Correctly name fileutils package

This changes the containing dir name to match the fileutils package name.
This commit is contained in:
Matt Baer 2017-11-18 14:58:56 -05:00
parent bcb46c34f0
commit 8d4e0ec138
3 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package main
import (
"fmt"
"github.com/writeas/writeas-cli/utils"
"github.com/writeas/writeas-cli/fileutils"
"io/ioutil"
"os"
"path/filepath"