Skip to content

Commit

Permalink
Merge pull request #202 from darkowlzz/contrib-example-import-format
Browse files Browse the repository at this point in the history
docs: fix go import indentations in example
  • Loading branch information
ekristen authored Jun 25, 2024
2 parents b33d0fd + ddbbdcd commit 22fa90e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ use `go fmt` before committing any change.
package example

import (
"context"
"context"

"github.com/sirupsen/logrus"

"github.com/sirupsen/logrus"

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/s3"

"github.com/ekristen/libnuke/pkg/settings"

"github.com/ekristen/aws-nuke/pkg/types"
)
```
Expand Down

0 comments on commit 22fa90e

Please sign in to comment.