We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9f198 commit 73f894eCopy full SHA for 73f894e
log.go
@@ -50,9 +50,6 @@ const (
50
)
51
52
var (
53
- // Version no. of aahframework.org/log library
54
- Version = "0.5"
55
-
56
// ErrLogReceiverIsNil returned when suppiled receiver is nil.
57
ErrLogReceiverIsNil = errors.New("log: receiver is nil")
58
version.go
@@ -0,0 +1,8 @@
1
+// Copyright (c) Jeevanandam M (https://github.com/jeevatkm)
2
+// go-aah/log source code and usage is governed by a MIT style
3
+// license that can be found in the LICENSE file.
4
+
5
+package log
6
7
+// Version no. of aahframework.org/log library
8
+const Version = "0.6-dev"
0 commit comments