7 lines
98 B
Go
7 lines
98 B
Go
package libgobuster
|
|
|
|
const (
|
|
// VERSION contains the current gobuster version
|
|
VERSION = "3.6"
|
|
)
|