@ -0,0 +1,3 @@
module git.umbach.dev/picture-storage-handler
go 1.16
@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello")
}