Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Commit 922d8a3

Browse files
Merge pull request #2 from chinmay-sawant/optimization
Optimization
2 parents 574494b + c94b90d commit 922d8a3

File tree

8 files changed

+3869
-376
lines changed

8 files changed

+3869
-376
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
*zip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ go run main.go -path "./EmployeeApp" -analyze-deps "bitbucket.org/ggwp" -out "fu
7878
if autodetection fails, you can specify GOPATH:
7979
go run main.go -path "C:\Users\acer\projects\my-app" -gopath "C:\Users\acer\go\pkg\mod" -analyze-deps "bitbucket.org/ggwp" -out "full-codemap.json"
8080

81-
81+
go run main.go -path "./revel" -gopath "C:\Users\acer\go\pkg\mod" -analyze-deps "bitbucket.org/ggwp" -out "full-codemap.json" -serve ":8080"
8282
# 2. Open your browser and visit
8383
http://localhost:8080
8484
```

codemap.json

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)