mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-19 07:25:27 +02:00
8 lines
148 B
Go
8 lines
148 B
Go
package wireguard
|
|
|
|
import (
|
|
protocol "github.com/tliron/glsp/protocol_3_16"
|
|
)
|
|
|
|
var documentParserMap = map[protocol.DocumentUri]*wireguardParser{}
|