Dennis Rodewyk 5 vuotta sitten
vanhempi
commit
ab180ae786
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      hugo-encrypt.go

+ 1 - 2
hugo-encrypt.go

@@ -64,8 +64,7 @@ func encryptPage(path string) {
 }
 
 func main() {
-	if os.Args[1] != true
-	{
+	if os.Args[1] != true {
 		flag.Usage = func() {
 			fmt.Println("Lol")
 		}