Closed bennAH closed 10 years ago
uninstalling golab is the same as with any other go package. remove the corresponding directories from the src and pkg folders and the executable from the bin folder in your gopath.
the default port for golab is 8910. unless you specify otherwise by passing the -addr when invoking golab or by adding the flag to a config file that defaults to ~/.golab/flags.conf but can be specified with the -config flag.
but what you claim sounds very strange to me. how can golab use a port when it is not even running? how does it seem to be using that port?
i suspect you may see a locally cached version in your browser or something like that. if you do clear your browser cache.
Thanks, I thought that was strange too. I feel a bit stupid for not thinking of clearing the browser cach.
Thanks once again.
How do I uninstall golab. Even when I do not start it, it seems to be using the port I previously started it with and there does not seem to be a running process listening on the port when I use netstat -tulpn