aboutsummaryrefslogtreecommitdiff
path: root/src/server/check.odin
diff options
context:
space:
mode:
authorBrad Lewis <22850972+BradLewis@users.noreply.github.com>2026-02-10 21:09:00 +1100
committerBrad Lewis <22850972+BradLewis@users.noreply.github.com>2026-02-10 21:09:00 +1100
commit1efe81498d2fbb91ecac80b57b6009a6399f2ba3 (patch)
treed06c4b84ad1869f3563dc1efbaa604029b8229cf /src/server/check.odin
parentbdb8de855fe54090a388a25c03ef19f279b13b19 (diff)
Add documentation to package hover info
Diffstat (limited to 'src/server/check.odin')
-rw-r--r--src/server/check.odin5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server/check.odin b/src/server/check.odin
index e8400d3..78eb25f 100644
--- a/src/server/check.odin
+++ b/src/server/check.odin
@@ -1,6 +1,5 @@
package server
-import "base:intrinsics"
import "base:runtime"
import "core:encoding/json"
@@ -11,11 +10,7 @@ import "core:os"
import "core:path/filepath"
import path "core:path/slashpath"
import "core:slice"
-import "core:strconv"
import "core:strings"
-import "core:sync"
-import "core:text/scanner"
-import "core:thread"
import "src:common"