Skip to content

Instantly share code, notes, and snippets.

View BNPrashanth's full-sized avatar

Prashanth BNPrashanth

  • Colombo, Sri Lanka
View GitHub Profile
generalLog, err := os.OpenFile(absPath+"/general-log.txt", os.O_RDWR|os.O_CREATE|os.O_APPEND, 0666)
@BNPrashanth
BNPrashanth / helper.go
Last active April 18, 2019 09:19
Learnings Gist
package utils
import (
"fmt"
"log"
"os"
"path/filepath"
)
// GeneralLogger exported
class Ano {
public static void main(String[] args) {
System.out.println("Loosu AK");
}
}
public static void main(String[] args) {
// Code here..
}