You've already forked monobank-firefly3-bot
Rename package
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/main
|
||||
/.env
|
||||
/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