Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panic: runtime error: invalid memory address or nil pointer dereference #1

Closed
ndarilek opened this issue Oct 6, 2016 · 0 comments
Closed

Comments

@ndarilek
Copy link

ndarilek commented Oct 6, 2016

Getting the following when attempting to run this:

panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x401266]

goroutine 1 [running]:
panic(0x7e6d40, 0xc4200100c0)
    /usr/local/go/src/runtime/panic.go:500 +0x1a1
main.startHTTP()
    /tmp/go/src/github.com/dcu/git-http-server/git-http-server.go:53 +0xe6
main.main()
    /tmp/go/src/github.com/dcu/git-http-server/git-http-server.go:101 +0x5f

Using Go 1.7.1. Please let me know if you have any further questions. Thanks!

@dcu dcu closed this as completed in e16b606 Nov 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant