Procházet zdrojové kódy

Correctly name fileutils package

This changes the containing dir name to match the fileutils package name.
version-one
Matt Baer před 6 roky
rodič
revize
8d4e0ec138
3 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor


utils/tempfile.go → fileutils/tempfile.go Zobrazit soubor


Načítá se…
Zrušit
Uložit