Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
run gofmt -s
Browse files Browse the repository at this point in the history
  • Loading branch information
web3-bot committed Oct 15, 2021
1 parent 2fe4128 commit 6e29ff8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build !openssl_static
// +build !openssl_static

package openssl
Expand Down
1 change: 1 addition & 0 deletions build_static.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build openssl_static
// +build openssl_static

package openssl
Expand Down
1 change: 1 addition & 0 deletions init_posix.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build (linux || darwin || solaris || freebsd || openbsd) && !windows
// +build linux darwin solaris freebsd openbsd
// +build !windows

Expand Down
1 change: 1 addition & 0 deletions init_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//go:build windows
// +build windows

package openssl
Expand Down

0 comments on commit 6e29ff8

Please sign in to comment.