Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 137 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 137 Bytes
package main

import errjson "github.com/AlFarizzi/go-error-log"

func main() {
	errjson.WriteError("err.json", "Ini Error")
}