debug and vscode debug launch
This commit is contained in:
5
shared/debug.go
Normal file
5
shared/debug.go
Normal file
@@ -0,0 +1,5 @@
|
||||
//go:build DEBUG
|
||||
|
||||
package shared
|
||||
|
||||
const DEBUG = true
|
5
shared/nodebug.go
Normal file
5
shared/nodebug.go
Normal file
@@ -0,0 +1,5 @@
|
||||
//go:build !DEBUG
|
||||
|
||||
package shared
|
||||
|
||||
const DEBUG = false
|
Reference in New Issue
Block a user