qax-os / goreporter

A Golang tool that does static analysis, unit testing, code review and generate code quality report.
Apache License 2.0
3.13k stars 273 forks source link

Unable to download godepth #52

Closed aksh7860 closed 6 years ago

aksh7860 commented 6 years ago

Getting 403 error

Initialized empty Git repository in /root/go/src/github.com/360EntSecGroup-Skylar/godepth/.git/ error: The requested URL returned error: 403 Forbidden while accessing https://github.com/360EntSecGroup-Skylar/godepth/info/refs

wgliang commented 6 years ago

I do not understand you,and nogithub.com/360EntSecGroup-Skylar/godepth project.

aksh7860 commented 6 years ago

Actaully i needed to find the depth of functions used in go programs , so i was thinking of using godepth package.

But when i was downloading the godepth package i was given a 403 error. So if could tell me any alternate way to find the depth of functions used in go programs

wgliang commented 6 years ago

You can get from https://github.com/arthurgustin/godepth

aksh7860 commented 6 years ago

THanks for the help