Skip to content
Snippets Groups Projects
Commit 4b54b17b authored by David Cowden's avatar David Cowden
Browse files

README: Tag code as golang

Help the syntax highlighter out.
parent 7230804a
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ A small, but tedious, amount of work is required to implement a full connection- ...@@ -22,7 +22,7 @@ A small, but tedious, amount of work is required to implement a full connection-
### Hello SSH ### Hello SSH
``` ```golang
package main package main
import "go.step.sm/sshutil" import "go.step.sm/sshutil"
...@@ -51,8 +51,7 @@ Server closed remote connection to localhost. ...@@ -51,8 +51,7 @@ Server closed remote connection to localhost.
The default session handler is an echo server. The default session handler is an echo server.
Easily configure a persistent host key. Easily configure a persistent host key.
``` ```golang
package main package main
import ( import (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment