Merge pull request #387 from cuishuang/master

Formatting code with gofmt
This commit is contained in:
Tom Limoncelli
2024-09-25 14:30:02 -04:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package bbutil

View File

@@ -1,3 +1,4 @@
//go:build windows
// +build windows
package bbutil