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
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module bspviz
go 1.25.0

3
internal/bsp/build.go Normal file
View File

@@ -0,0 +1,3 @@
package bsp
//init

3
internal/geom/geom.go Normal file
View File

@@ -0,0 +1,3 @@
package geom
//init

3
internal/mapfmt/map.go Normal file
View File

@@ -0,0 +1,3 @@
package mapfmt
//init

3
internal/viz/dot.go Normal file
View File

@@ -0,0 +1,3 @@
package viz
//init

3
internal/viz/png.go Normal file
View File

@@ -0,0 +1,3 @@
package viz
//init

3
internal/wad/wad.go Normal file
View File

@@ -0,0 +1,3 @@
package wad
//init

6
main.go Normal file
View File

@@ -0,0 +1,6 @@
package main
// init
func main() {
}