Skip to content

Commit

Permalink
Merge pull request #5 from yiskaneto/fix-update-mod-name
Browse files Browse the repository at this point in the history
chore: ticket-123 update module name
  • Loading branch information
yiskaneto authored Jul 26, 2024
2 parents c224052 + 17cc004 commit 4ecfe5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package main

import (
"fmt"
yiska_aws_helpers "github.com/yiskaneto/aws-sdk-go-v2-helpers/service/s3"
)

func main() {
s3.s3_list_n_buckets(10)
yiska_aws_helpers.s3_list_n_buckets(10)
fmt.Println("Test")
}
2 changes: 1 addition & 1 deletion service/s3/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/yiskaneto/aws-sdk-go-v2-helper/service/s3
module github.com/yiskaneto/aws-sdk-go-v2-helpers/service/s3

go 1.22.2

Expand Down

0 comments on commit 4ecfe5a

Please sign in to comment.