Skip to content

Commit

Permalink
k8s.io/klog v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shahulsonhal committed Aug 24, 2022
1 parent e092aa9 commit 0a51d39
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gloga.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package gloga

import "k8s.io/klog"

func LogA() {
klog.Info("Starting transaction...AAA")
}
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/shahulsonhal/gloga

go 1.19

require k8s.io/klog v0.1.0
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
k8s.io/klog v0.1.0 h1:I5HMfc/DtuVaGR1KPwUrTc476K8NCqNBldC7H4dYEzk=
k8s.io/klog v0.1.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=

0 comments on commit 0a51d39

Please sign in to comment.