Small fixes in init.sql and create drop.sql

This commit is contained in:
2024-12-27 11:09:53 +01:00
parent 1cff219347
commit ca5fccb809
4 changed files with 67 additions and 34 deletions

7
cmd/web/main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, world!")
}