Skip to content

Commit 2870b66

Browse files
committed
version number added
1 parent 9ef3c96 commit 2870b66

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

log.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

6060
var (
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

log_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)