Remove IDE-specific noise from source code.
This commit is contained in:
@@ -20,7 +20,6 @@ import (
|
||||
|
||||
// Writes data first to a temporary file and then renames it to what's specified in path
|
||||
func writeFileSafe(path string, data []byte) error {
|
||||
|
||||
dir := filepath.Dir(path)
|
||||
err := os.MkdirAll(dir, 0755)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user