Skip to content

Commit

Permalink
gofmt -w -s
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed Feb 7, 2024
1 parent d5f778e commit cd972c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rand/random_std.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build plan9 || windows
// +build plan9 windows

package rand
Expand Down
1 change: 1 addition & 0 deletions rand/random_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

//go:build aix || darwin || dragonfly || freebsd || nacl || netbsd || openbsd || solaris
// +build aix darwin dragonfly freebsd nacl netbsd openbsd solaris

package rand
Expand Down

0 comments on commit cd972c5

Please sign in to comment.