summaryrefslogtreecommitdiff
path: root/test.go
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-27 00:16:35 -0500
committerpommicket <pommicket@gmail.com>2022-12-27 00:16:35 -0500
commit85ee81b8ae972d17f0e3dc78657077924c047ada (patch)
treec786708c0e3b4d0340e712d01eb0160145e5af38 /test.go
parent9a5cad47fe6a8b84892f62e110ca887c95df5eff (diff)
added workspaceFolders support
but broke non-workspaceFolders support
Diffstat (limited to 'test.go')
-rw-r--r--test.go18
1 files changed, 0 insertions, 18 deletions
diff --git a/test.go b/test.go
deleted file mode 100644
index 98eea24..0000000
--- a/test.go
+++ /dev/null
@@ -1,18 +0,0 @@
-package main
-
-import "fmt"
-
-/*
-what
-a
-wonderful
-day
-*///yes
-
-func main() {
- var x []int = make([]int, 10)
- fmt.Println(x != nil)
- println(`hello
- world\`)
- println("yes\"\\")
-}