From fe37258d4994d0e8363f93e4e12c2dc6612de8f6 Mon Sep 17 00:00:00 2001 From: Samantha Becker <12024604-beckersam@users.noreply.gitlab.com> Date: Sat, 30 Sep 2023 18:51:18 +0200 Subject: [PATCH] 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 --- main.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.go b/main.go index 53dcce2..aa56231 100644 --- a/main.go +++ b/main.go @@ -8,12 +8,6 @@ import ( "os" ) -func (a abc) Open(name string) (http.File, error) { - val, err := a.Open(name) - fmt.Println(err) - return val, err -} - func main() { port := os.Getenv("PORT") if port == "" {