From 8d8e7dd9a32fd644a01b7282ce7d9db7bfcc175d Mon Sep 17 00:00:00 2001 From: Elbert Alias Date: Mon, 13 Mar 2017 11:54:19 +1100 Subject: [PATCH] Add Go --- src/apps.json | 41 ++++++++++++++++++++++++----------------- src/icons/Go.svg | 1 + 2 files changed, 25 insertions(+), 17 deletions(-) create mode 100644 src/icons/Go.svg diff --git a/src/apps.json b/src/apps.json index 975530295..e36664ac0 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2218,23 +2218,6 @@ "icon": "ESERV-10.png", "website": "http://www.violasystems.com" }, - "Etherpad": { - "cats": [ - 24 - ], - "headers": { - "Server": "^Etherpad" - }, - "env": [ - "^pad(?:editbar|impexp)$" - ], - "script": [ - "/ep_etherpad-lite/" - ], - "icon": "etherpad.png", - "implies": "Node.js", - "website": "https://etherpad.org" - }, "EWS-NIC4": { "cats": [ 22 @@ -2368,6 +2351,23 @@ "icon": "Erlang.png", "website": "http://www.erlang.org" }, + "Etherpad": { + "cats": [ + 24 + ], + "env": [ + "^pad(?:editbar|impexp)$" + ], + "headers": { + "Server": "^Etherpad" + }, + "icon": "etherpad.png", + "implies": "Node.js", + "script": [ + "/ep_etherpad-lite/" + ], + "website": "https://etherpad.org" + }, "Exagon Concept": { "cats": [ 1 @@ -2867,6 +2867,13 @@ "icon": "Glyphicons.png", "website": "http://glyphicons.com" }, + "Go": { + "cats": [ + 27 + ], + "icon": "Go.svg", + "website": "https://golang.org" + }, "GoAhead": { "cats": [ 22 diff --git a/src/icons/Go.svg b/src/icons/Go.svg new file mode 100644 index 000000000..8b0b1af64 --- /dev/null +++ b/src/icons/Go.svg @@ -0,0 +1 @@ + \ No newline at end of file