0.1.7xx testin sum mor

This commit is contained in:
Peder Vatn Austad
2024-05-23 18:55:51 +02:00
parent 41dddd1778
commit 5a0574134b
4 changed files with 4 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ import (
"fmt"
"log"
"net/http"
"ti1/test"
)
type Data struct {
@@ -144,6 +145,8 @@ func main() {
log.Fatal(err)
}
test.PrintHello()
if 1 == 0 {
printData(data)
}