diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-13 10:17:46 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-13 10:17:46 +0100 |
| commit | 42edbe27329cb094895b8e9c558639ff52611eca (patch) | |
| tree | f15b16a373d0e79addb6d5747d6ee1831461768f /main.go | |
| parent | c79556fa850f1672953d36ff383278f3b8bef623 (diff) | |
feat(tag): supports little screen
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ func main() { } if dev { + slog.Info("Starting on http://localhost:8000/") g.StartServer(":8000") } else { g.StartServer(":80") |
