Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Parkham
Parkham / gist:17563420337e5191fc06725181edc694
Created January 20, 2017 20:57
Golang 1.8 - Windows - Find, replace output modified files in directory *Learning Project, in progress*
package main
import (
"bytes"
"fmt"
"io/ioutil"
"os"
"path/filepath"
"time"
)