This commit is contained in:
Doc
2025-08-18 12:10:58 +02:00
commit ca5fe83e32
8 changed files with 27 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
module bspviz
go 1.25.0
+3
View File
@@ -0,0 +1,3 @@
package bsp
//init
+3
View File
@@ -0,0 +1,3 @@
package geom
//init
+3
View File
@@ -0,0 +1,3 @@
package mapfmt
//init
+3
View File
@@ -0,0 +1,3 @@
package viz
//init
+3
View File
@@ -0,0 +1,3 @@
package viz
//init
+3
View File
@@ -0,0 +1,3 @@
package wad
//init
+6
View File
@@ -0,0 +1,6 @@
package main
// init
func main() {
}