package ffuf import ( "github.com/adrg/xdg" "path/filepath" ) var ( //VERSION holds the current version number VERSION = "1.5.0" //VERSION_APPENDIX holds additional version definition VERSION_APPENDIX = "-dev" CONFIGDIR = filepath.Join(xdg.ConfigHome, "ffuf") HISTORYDIR = filepath.Join(CONFIGDIR, "history") )