mirror of
https://github.com/shazow/ssh-chat.git
synced 2025-04-15 00:20:37 +03:00
Merge pull request #56 from empathetic-alligator/readme_travis
Added travis build status icon to README
This commit is contained in:
commit
7921cbb161
@ -1,3 +1,5 @@
|
||||
[](https://travis-ci.org/shazow/ssh-chat)
|
||||
|
||||
# ssh-chat
|
||||
|
||||
Custom SSH server written in Go. Instead of a shell, you get a chat prompt.
|
||||
@ -57,6 +59,7 @@ See notes in the header of our Dockerfile for details on building your own image
|
||||
If you're developing on this repo, there is a handy Makefile that should set
|
||||
things up with `make run`.
|
||||
|
||||
Additionally, `make debug` runs the server with an http `pprof` server. This allows you to open [http://localhost:6060/debug/pprof/]() and view profiling data. See [net/http/pprof](http://golang.org/pkg/net/http/pprof/) for more information about `pprof`.
|
||||
|
||||
## License
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user