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:
parent
bcb46c34f0
commit
8d4e0ec138
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user