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:
parent
a0b66db4ed
commit
fe37258d49
1 changed files with 0 additions and 6 deletions
6
main.go
6
main.go
|
@ -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 == "" {
|
||||||
|
|
Loading…
Reference in a new issue