This website works better with JavaScript
Home
Explore
Help
Sign In
foxtime
/
photoplaces
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: add missing log/slog import in places.go
neyrogovnarik
1 month ago
parent
c38d225bb0
commit
adbd1e16fe
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
backend/internal/handlers/places.go
+ 1
- 0
backend/internal/handlers/places.go
View File
@@ -5,6 +5,7 @@ import (
"encoding/json"
"errors"
"fmt"
+ "log/slog"
"net/http"
"strconv"
"strings"