diff --git a/documents/DE.md b/documents/DE.md index d84777d..e039bf2 100644 --- a/documents/DE.md +++ b/documents/DE.md @@ -92,6 +92,12 @@ Ruby: gem install assayo assayo ``` +Go: +``` +go get github.com/bakhirev/assayo +go install github.com/bakhirev/assayo +assayo +``` The script will create a folder `./assayo` with a report about repository: ``` ./assayo/index.html - report diff --git a/documents/EN.md b/documents/EN.md index 3a058f8..05b1500 100644 --- a/documents/EN.md +++ b/documents/EN.md @@ -93,6 +93,12 @@ Ruby: gem install assayo assayo ``` +Go: +``` +go get github.com/bakhirev/assayo +go install github.com/bakhirev/assayo +assayo +``` The script will create a folder `./assayo` with a report about repository: ``` ./assayo/index.html - report diff --git a/documents/ES.md b/documents/ES.md index 64516ea..9a5379d 100644 --- a/documents/ES.md +++ b/documents/ES.md @@ -93,6 +93,12 @@ Ruby: gem install assayo assayo ``` +Go: +``` +go get github.com/bakhirev/assayo +go install github.com/bakhirev/assayo +assayo +``` The script will create a folder `./assayo` with a report about repository: ``` ./assayo/index.html - report diff --git a/documents/FR.md b/documents/FR.md index 18f380c..377be6d 100644 --- a/documents/FR.md +++ b/documents/FR.md @@ -93,6 +93,12 @@ Ruby: gem install assayo assayo ``` +Go: +``` +go get github.com/bakhirev/assayo +go install github.com/bakhirev/assayo +assayo +``` The script will create a folder `./assayo` with a report about repository: ``` ./assayo/index.html - report diff --git a/documents/JA.md b/documents/JA.md index fde9e62..4ddbe55 100644 --- a/documents/JA.md +++ b/documents/JA.md @@ -93,6 +93,12 @@ Ruby: gem install assayo assayo ``` +Go: +``` +go get github.com/bakhirev/assayo +go install github.com/bakhirev/assayo +assayo +``` The script will create a folder `./assayo` with a report about repository: ``` ./assayo/index.html - report diff --git a/documents/PT.md b/documents/PT.md index 3f300af..e40dc75 100644 --- a/documents/PT.md +++ b/documents/PT.md @@ -93,6 +93,12 @@ Ruby: gem install assayo assayo ``` +Go: +``` +go get github.com/bakhirev/assayo +go install github.com/bakhirev/assayo +assayo +``` The script will create a folder `./assayo` with a report about repository: ``` ./assayo/index.html - report diff --git a/documents/RU.md b/documents/RU.md index b8c548f..4d68648 100644 --- a/documents/RU.md +++ b/documents/RU.md @@ -92,6 +92,12 @@ Ruby: gem install assayo assayo ``` +Go: +``` +go get github.com/bakhirev/assayo +go install github.com/bakhirev/assayo +assayo +``` Скрипт создаст папку `./assayo` с отчётом по данному репозиторию: ``` ./assayo/index.html - отчёт diff --git a/documents/ZH.md b/documents/ZH.md index 8aab542..017a1d4 100644 --- a/documents/ZH.md +++ b/documents/ZH.md @@ -93,6 +93,12 @@ Ruby: gem install assayo assayo ``` +Go: +``` +go get github.com/bakhirev/assayo +go install github.com/bakhirev/assayo +assayo +``` The script will create a folder `./assayo` with a report about repository: ``` ./assayo/index.html - report diff --git a/documents/src/json/de.json b/documents/src/json/de.json index 76049ae..05d0642 100644 --- a/documents/src/json/de.json +++ b/documents/src/json/de.json @@ -96,6 +96,16 @@ "assayo" ] }, + { + "p": "Go:" + }, + { + "pre": [ + "go get github.com/bakhirev/assayo", + "go install github.com/bakhirev/assayo", + "assayo" + ] + }, { "p": "The script will create a folder `./assayo` with a report about repository:" }, diff --git a/documents/src/json/en.json b/documents/src/json/en.json index 1f4dcc9..82839a0 100644 --- a/documents/src/json/en.json +++ b/documents/src/json/en.json @@ -99,6 +99,16 @@ "assayo" ] }, + { + "p": "Go:" + }, + { + "pre": [ + "go get github.com/bakhirev/assayo", + "go install github.com/bakhirev/assayo", + "assayo" + ] + }, { "p": "The script will create a folder `./assayo` with a report about repository:" }, diff --git a/documents/src/json/es.json b/documents/src/json/es.json index 83a17c6..0470ac7 100644 --- a/documents/src/json/es.json +++ b/documents/src/json/es.json @@ -99,6 +99,16 @@ "assayo" ] }, + { + "p": "Go:" + }, + { + "pre": [ + "go get github.com/bakhirev/assayo", + "go install github.com/bakhirev/assayo", + "assayo" + ] + }, { "p": "The script will create a folder `./assayo` with a report about repository:" }, diff --git a/documents/src/json/fr.json b/documents/src/json/fr.json index b832aa1..abed368 100644 --- a/documents/src/json/fr.json +++ b/documents/src/json/fr.json @@ -99,6 +99,16 @@ "assayo" ] }, + { + "p": "Go:" + }, + { + "pre": [ + "go get github.com/bakhirev/assayo", + "go install github.com/bakhirev/assayo", + "assayo" + ] + }, { "p": "The script will create a folder `./assayo` with a report about repository:" }, diff --git a/documents/src/json/ja.json b/documents/src/json/ja.json index 8104564..22fc06b 100644 --- a/documents/src/json/ja.json +++ b/documents/src/json/ja.json @@ -99,6 +99,16 @@ "assayo" ] }, + { + "p": "Go:" + }, + { + "pre": [ + "go get github.com/bakhirev/assayo", + "go install github.com/bakhirev/assayo", + "assayo" + ] + }, { "p": "The script will create a folder `./assayo` with a report about repository:" }, diff --git a/documents/src/json/pt.json b/documents/src/json/pt.json index 048f03b..f7570b0 100644 --- a/documents/src/json/pt.json +++ b/documents/src/json/pt.json @@ -99,6 +99,16 @@ "assayo" ] }, + { + "p": "Go:" + }, + { + "pre": [ + "go get github.com/bakhirev/assayo", + "go install github.com/bakhirev/assayo", + "assayo" + ] + }, { "p": "The script will create a folder `./assayo` with a report about repository:" }, diff --git a/documents/src/json/ru.json b/documents/src/json/ru.json index 5f56900..a773b7a 100644 --- a/documents/src/json/ru.json +++ b/documents/src/json/ru.json @@ -97,6 +97,16 @@ "assayo" ] }, + { + "p": "Go:" + }, + { + "pre": [ + "go get github.com/bakhirev/assayo", + "go install github.com/bakhirev/assayo", + "assayo" + ] + }, { "p": "Скрипт создаст папку `./assayo` с отчётом по данному репозиторию:" }, diff --git a/documents/src/json/zh.json b/documents/src/json/zh.json index 1723091..46201ff 100644 --- a/documents/src/json/zh.json +++ b/documents/src/json/zh.json @@ -99,6 +99,16 @@ "assayo" ] }, + { + "p": "Go:" + }, + { + "pre": [ + "go get github.com/bakhirev/assayo", + "go install github.com/bakhirev/assayo", + "assayo" + ] + }, { "p": "The script will create a folder `./assayo` with a report about repository:" },