mirror of
https://github.com/libp2p/go-openssl.git
synced 2025-01-29 05:10:10 +08:00
run gofmt -s
This commit is contained in:
parent
55c3c00979
commit
19eed5d76f
1
build.go
1
build.go
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user