From 4b54b17b4496414fdef27b863230031f1504569f Mon Sep 17 00:00:00 2001
From: David Cowden <dcow@smallstep.com>
Date: Tue, 16 Jun 2020 08:30:44 -0700
Subject: [PATCH] README: Tag code as golang

Help the syntax highlighter out.
---
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e8f695b..660324b 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ A small, but tedious, amount of work is required to implement a full connection-
 
 ### Hello SSH
 
-```
+```golang
 package main
 
 import "go.step.sm/sshutil"
@@ -51,8 +51,7 @@ Server closed remote connection to localhost.
 The default session handler is an echo server.
 Easily configure a persistent host key.
 
-```
-
+```golang
 package main
 
 import (
-- 
GitLab