Browse Source

Correctly name fileutils package

This changes the containing dir name to match the fileutils package name.
version-one
Matt Baer 6 years ago
parent
commit
8d4e0ec138
3 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/writeas/posts.go
  2. +0
    -0
      fileutils/fileutils.go
  3. +0
    -0
      fileutils/tempfile.go

+ 1
- 1
cmd/writeas/posts.go 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"


utils/fileutils.go → fileutils/fileutils.go View File


utils/tempfile.go → fileutils/tempfile.go View File


Loading…
Cancel
Save