Skip to content

Instantly share code, notes, and snippets.

View brunoksato's full-sized avatar
Focusing

Bruno Sato brunoksato

Focusing
View GitHub Profile
package main
import (
"fmt"
"os"
"strings"
"time"
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
@brunoksato
brunoksato / deletes3.go
Created June 29, 2023 16:51
deletes3.go
package main
import (
"errors"
"fmt"
"net/http"
"os"
"strings"
"time"
@brunoksato
brunoksato / redis_helper.go
Created May 28, 2025 14:17
redis_helper.go
package model
import (
"context"
"fmt"
"os"
"strconv"
"time"
"github.com/go-redis/redis/v8"