You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by de...@apache.org on 2018/05/14 13:49:18 UTC

[incubator-trafficcontrol] 03/03: Add better syntax highlighting

This is an automated email from the ASF dual-hosted git repository.

dewrich pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit d22f85d732dd75a179a57fa81704ad01c09c143b
Author: Jonathan Gray <Jo...@comcast.com>
AuthorDate: Sun May 13 22:47:00 2018 -0600

    Add better syntax highlighting
---
 traffic_ops/client/README.md     | 2 +-
 traffic_ops/client/v13/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/traffic_ops/client/README.md b/traffic_ops/client/README.md
index e99759b..8303b1e 100644
--- a/traffic_ops/client/README.md
+++ b/traffic_ops/client/README.md
@@ -7,7 +7,7 @@ _This version of the SDK is deprecated in favor of the newer [TO API v1.3 Client
 `go get github.com/apache/incubator-trafficcontrol/traffic_ops/client`
 
 2. Get a basic TO session started and fetch a list of CDNs
-```
+```go
 package main
 
 import (
diff --git a/traffic_ops/client/v13/README.md b/traffic_ops/client/v13/README.md
index 5723402..ea2e147 100644
--- a/traffic_ops/client/v13/README.md
+++ b/traffic_ops/client/v13/README.md
@@ -6,7 +6,7 @@
 `go get github.com/apache/incubator-trafficcontrol/traffic_ops/client/v13`
 
 2. Get a basic TO session started and fetch a list of CDNs
-```
+```go
 package main
 
 import (

-- 
To stop receiving notification emails like this one, please contact
dewrich@apache.org.