Skip to content

Commit

Permalink
delete debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanh Mi Nguyen Thanh committed Apr 9, 2021
1 parent a34b39a commit 9a79986
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
package main

import (
"fmt"
"github/meoconbatu/subnet"
"log"
"net/http"
"os"
"path/filepath"
)

func main() {
err := filepath.Walk(".", func(path string, info os.FileInfo, err error) error {
if err != nil {
return err
}
fmt.Println(path, info.Size())
return nil
})
if err != nil {
log.Println(err)
}
port := os.Getenv("PORT")
if port == "" {
port = "8080"
Expand Down
2 changes: 1 addition & 1 deletion web/view/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/coverage

# production
# /build
/build

# misc
.DS_Store
Expand Down

0 comments on commit 9a79986

Please sign in to comment.