begin coverting old code that uses non oop numbers to use oop numbers

This commit is contained in:
2024-07-10 01:47:15 +01:00
parent 7c23db80d4
commit 53f7637234
19 changed files with 775 additions and 135 deletions

View File

@@ -23,7 +23,7 @@ func main() {
if !debug {
defer func() {
if r := recover(); r != nil {
fmt.Println("There was a fundamental error in argon v3 that caused it to crash.")
fmt.Println("There was a fundamental error in argon v" + VERSION + " that caused it to crash.")
fmt.Println()
fmt.Println("website:", website)
fmt.Println("docs:", docs)