Rename package
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
/.idea
|
||||
/main
|
||||
/.env
|
||||
/config.json
|
||||
/config.json
|
||||
/monobank-firefly-bot
|
2
http.go
2
http.go
@ -3,8 +3,8 @@ package main
|
||||
import (
|
||||
"encoding/json"
|
||||
"io"
|
||||
monobank "main/monobank/api/webhook/models"
|
||||
"net/http"
|
||||
monobank "stuzer.link/monobank-firefly-bot/monobank/api/webhook/models"
|
||||
)
|
||||
|
||||
func readResponseBody(r *http.Request) (monobank.Transaction, error) {
|
||||
|
@ -6,13 +6,13 @@ import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/antihax/optional"
|
||||
"main/firefly3"
|
||||
monobank "main/monobank/api/webhook/models"
|
||||
"math"
|
||||
"net/http"
|
||||
"os"
|
||||
"slices"
|
||||
"strconv"
|
||||
"stuzer.link/monobank-firefly-bot/firefly3"
|
||||
monobank "stuzer.link/monobank-firefly-bot/monobank/api/webhook/models"
|
||||
"time"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user