go fmt
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package memory_map
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package memory_map
|
||||
|
||||
@@ -34,9 +34,9 @@ func createSession(awsAccessKeyId, awsSecretAccessKey, region, endpoint string)
|
||||
}
|
||||
|
||||
config := &aws.Config{
|
||||
Region: aws.String(region),
|
||||
Endpoint: aws.String(endpoint),
|
||||
S3ForcePathStyle: aws.Bool(true),
|
||||
Region: aws.String(region),
|
||||
Endpoint: aws.String(endpoint),
|
||||
S3ForcePathStyle: aws.Bool(true),
|
||||
S3DisableContentMD5Validation: aws.Bool(true),
|
||||
}
|
||||
if awsAccessKeyId != "" && awsSecretAccessKey != "" {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build !linux && !windows
|
||||
// +build !linux,!windows
|
||||
|
||||
package backend
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build linux
|
||||
// +build linux
|
||||
|
||||
package backend
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package backend
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build 5BytesOffset
|
||||
// +build 5BytesOffset
|
||||
|
||||
package needle_map
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build !5BytesOffset
|
||||
// +build !5BytesOffset
|
||||
|
||||
package types
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build 5BytesOffset
|
||||
// +build 5BytesOffset
|
||||
|
||||
package types
|
||||
|
||||
Reference in New Issue
Block a user