Remove func used for testing earlier

No need to push new version to Cloud Run though.
And yes, I know that static/example.txt still is around. Is funny to keep
This commit is contained in:
Samantha Becker 2023-09-30 18:51:18 +02:00
parent a0b66db4ed
commit fe37258d49

View file

@ -8,12 +8,6 @@ import (
"os" "os"
) )
func (a abc) Open(name string) (http.File, error) {
val, err := a.Open(name)
fmt.Println(err)
return val, err
}
func main() { func main() {
port := os.Getenv("PORT") port := os.Getenv("PORT")
if port == "" { if port == "" {