File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) 2016 Jeevanandam M (https://github.com/jeevatkm)
2- // resty source code and usage is governed by a MIT style
2+ // go-aah/log source code and usage is governed by a MIT style
33// license that can be found in the LICENSE file.
44
55// Package log implements a simple, flexible & powerful logger. Supports
@@ -58,6 +58,9 @@ const (
5858)
5959
6060var (
61+ // Version no. of go-aah/log library
62+ Version = "0.1"
63+
6164 // FmtFlags is the list of log format flags supported by aah/log library
6265 // Usage of flag order is up to format composition.
6366 // level - outputs INFO, DEBUG, ERROR, so on
Original file line number Diff line number Diff line change 11// Copyright (c) 2016 Jeevanandam M (https://github.com/jeevatkm)
2- // resty source code and usage is governed by a MIT style
2+ // go-aah/log source code and usage is governed by a MIT style
33// license that can be found in the LICENSE file.
44
55package log
You can’t perform that action at this time.
0 commit comments