This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
foxtime
/
photoplaces
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
fix: add missing log/slog import in places.go
neyrogovnarik
há 1 mês atrás
pai
c38d225bb0
commit
adbd1e16fe
1 ficheiros alterados
com
1 adições
e
0 exclusões
Visão Unificada
Mostrar Estatísticas Diff
1
0
backend/internal/handlers/places.go
+ 1
- 0
backend/internal/handlers/places.go
Ver Ficheiro
@@ -5,6 +5,7 @@ import (
"encoding/json"
"encoding/json"
"errors"
"errors"
"fmt"
"fmt"
+ "log/slog"
"net/http"
"net/http"
"strconv"
"strconv"
"strings"
"strings"