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