mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-21 18:41:56 -08:00
grumble, pkg/*: go fmt.
This commit is contained in:
parent
d77f8843a7
commit
dd76f22eb7
14 changed files with 62 additions and 61 deletions
2
args.go
2
args.go
|
|
@ -72,7 +72,7 @@ func defaultLogPath() string {
|
|||
func Usage() {
|
||||
t, err := template.New("usage").Parse(usageTmpl)
|
||||
if err != nil {
|
||||
panic("unable to parse usage template")
|
||||
panic("unable to parse usage template")
|
||||
}
|
||||
|
||||
err = t.Execute(os.Stdout, UsageArgs{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue