mirror of https://github.com/k3s-io/k3s
move fs into seperate directory to break cycle import
parent
f268bb1605
commit
a01f633e8e
|
@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package util
|
||||
package fs
|
||||
|
||||
import (
|
||||
"bytes"
|
|
@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
package util
|
||||
package fs
|
||||
|
||||
import (
|
||||
"fmt"
|
Loading…
Reference in New Issue