Skip to content

Instantly share code, notes, and snippets.

@kevin-ip
kevin-ip / README.md
Last active January 23, 2023 17:28
ariga/atlas

ariga/atlas POC

Setup

  • download all files to a directory
  • install altasgo
  • ./setup.sh
  • login to DB verifying setup
@kevin-ip
kevin-ip / hello.go
Last active October 23, 2018 23:35
go.uber.org/zap logging with timestamp
package main
import (
"encoding/json"
"go.uber.org/zap"
)
func main() {
logFilePath := "/tmp/hello.log"