add panic and repo config

This commit is contained in:
2023-03-28 22:51:41 +01:00
parent c5c5fef4bc
commit be2ac857ca
3 changed files with 35 additions and 3 deletions

9
src/config.go Normal file
View File

@@ -0,0 +1,9 @@
package main
var websiteLang = "https://argon.wbell.dev/"
var docs = "https://argon.wbell.dev/docs/"
var mainrepo = "https://github.com/Open-Argon/argon-v3"
var mainissuesPage = "https://github.com/Open-Argon/argon-v3/issues"
var fork = false
var forkrepo = ""
var forkissuesPage = ""