Formatting code with gofmt

Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
cuishuang
2024-09-25 16:21:34 +08:00
parent 3a137a4a17
commit 4cb3808914
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