Based on https://gist.github.com/jjvillavicencio/4e3615a8219bb1a17c81c4541c6c317d
- nodejs
- npm
Based on https://gist.github.com/jjvillavicencio/4e3615a8219bb1a17c81c4541c6c317d
package main | |
import ( | |
"fmt" | |
"io" | |
"os" | |
) | |
var path = "/Users/novalagung/Documents/temp/test.txt" |