Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
phuhao00 committed Mar 26, 2023
1 parent 89eb2f6 commit 321b6dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gittag.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash



git tag $1 # 版本名称


git push origin $1
7 changes: 7 additions & 0 deletions spoor.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@ func (l *Spoor) CheckLevel(level Level) bool {
}
return true
}

type LoggingSetting struct {
Dir string
Level int
Prefix string
WriterOption Option
}

0 comments on commit 321b6dd

Please sign in to comment.