diff options
Diffstat (limited to 'cmd/hexai-lsp-server/main.go')
| -rw-r--r-- | cmd/hexai-lsp-server/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hexai-lsp-server/main.go b/cmd/hexai-lsp-server/main.go index 3f7ed60..03e2546 100644 --- a/cmd/hexai-lsp-server/main.go +++ b/cmd/hexai-lsp-server/main.go @@ -1,4 +1,4 @@ -// Summary: Hexai LSP entrypoint; parses flags and delegates to internal/hexailsp. +// Package main is the Hexai LSP entrypoint; parses flags and delegates to internal/hexailsp. package main import ( |
