// Copyright 2020 Lingfei Kong . All rights reserved. // Use of this source code is governed by a MIT style // license that can be found in the LICENSE file. package main import "cynking.com/pkg/log" func main() { log.Infof("this is a test log, message: %s", "good") }