s0xzwasd / main.go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

package main

import (
  log "github.com/sirupsen/logrus"
)

func main() {
  log.WithFields(log.Fields{
    "animal": "walrus",
  }).Info("A walrus appears")
}

About


Languages

Language:Go 100.0%