feat: add initial helper methods
This commit is contained in:
parent
81d80fcced
commit
db684e73f8
7 changed files with 1174 additions and 0 deletions
9
cmd/main.go
Normal file
9
cmd/main.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package main
|
||||
|
||||
import "git.geekeey.de/actions/sdk"
|
||||
|
||||
func main() {
|
||||
a := sdk.New()
|
||||
a.AddMask("hello")
|
||||
a.WithFieldsSlice("foo=bar", "biz=baz").Debugf("hello world")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue