mirror of
https://github.com/quexten/goldwarden.git
synced 2025-02-02 21:16:47 +01:00
7 lines
72 B
Go
7 lines
72 B
Go
|
//go:build delve
|
||
|
// +build delve
|
||
|
|
||
|
package isdelve
|
||
|
|
||
|
const Enabled = true
|