Small code cleanups.

This commit is contained in:
2024-09-28 20:50:57 +02:00
parent f31d5c70a9
commit 2f4cbc6e1e
3 changed files with 80 additions and 71 deletions

View File

@ -6,7 +6,7 @@ import (
)
//go:embed signup-script-template
var Bashscript string
var BashScript string
func Dedup(input string) string {
unique := []string{}