aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorlost+skunk <[email protected]>2024-06-27 14:51:46 +0300
committerlost+skunk <[email protected]>2024-06-27 14:51:46 +0300
commita8633b828f3e4e2d232e2194d9f2b85cdcd9e8db (patch)
treefb429d34eccf9248604230e18d3822ea7432471c /main.go
parentaec0bfc4384ba8451974a250c70e4fcb52717a1d (diff)
downloadskunky-art-a8633b828f3e4e2d232e2194d9f2b85cdcd9e8db.tar.gz
skunky-art-a8633b828f3e4e2d232e2194d9f2b85cdcd9e8db.tar.bz2
skunky-art-a8633b828f3e4e2d232e2194d9f2b85cdcd9e8db.zip
крымские наработки
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.go b/main.go
index eab427b..4e3af62 100644
--- a/main.go
+++ b/main.go
@@ -7,7 +7,10 @@ import (
)
func main() {
- devianter.UpdateCSRF()
+ err := devianter.UpdateCSRF()
+ if err != nil {
+ println(err.Error())
+ }
app.Router()
}