swissdev-tech-tags 0.0.197 → 0.0.198
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -550,7 +550,7 @@ const extractTechTagsFromStringArray = (stringsToTest, techTags) => {
|
|
|
550
550
|
specialExtractTag("Domain Driven", "DDD", foundTechTags, stringsToTest)
|
|
551
551
|
specialExtractTag("365", "Office 365", foundTechTags, stringsToTest)
|
|
552
552
|
specialExtractTag("O365", "Office 365", foundTechTags, stringsToTest)
|
|
553
|
-
specialExtractTag("Go", "Golang", foundTechTags, stringsToTest)
|
|
553
|
+
// specialExtractTag("Go", "Golang", foundTechTags, stringsToTest) IT DOES NOT WORK with Go because it fetches random occurences of "go" word
|
|
554
554
|
specialExtractTag("UX", "UX UI Design", foundTechTags, stringsToTest)
|
|
555
555
|
specialExtractTag("UI", "UX UI Design", foundTechTags, stringsToTest)
|
|
556
556
|
specialExtractTag("JEE", "Java EE", foundTechTags, stringsToTest)
|