@@ -191,6 +191,9 @@ func openCSV(lagcsv string) [][]string {
// wirte extracted data to temp dir
err = ioutil.WriteFile(tempdir+"/"+lagcsv, []byte(data), 0644)
if err != nil {
fmt.Println(err)
}
csvFile, err := os.Open(tempdir + "/" + lagcsv)
The note is not visible to the blocked user.