Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Thu, 09 Aug 2018 13:30:00 +0000 Continuous integration in projects using #monorepo At the beginning of every project, we have to commit to some important decisions. Among the correct decisions we made at <a href="https://www.codenation.com.br/" data-href="https://www.codenation.com.br" class="markup--anchor markup--p-anchor" rel="noopener nofollow" target="_blank" style="background-color: rgb(255, 255, 255); color: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.54); background-image: linear-gradient(rgba(0, 0, 0, 0.68) 50%, rgba(0, 0, 0, 0) 50%); background-repeat: repeat-x; background-size: 2px 0.1em; background-position: 0px 1.07em; font-family: medium-content-serif-font, Georgia, Cambria, &quot;Times New Roman&quot;, Times, serif; font-size: 21px; letter-spacing: -0.063px;">Code:Nation</a>&nbsp;I can cite the use of Go language, the adoption of <a href="https://medium.com/@eminetto/clean-architecture-using-golang-b63587aa5e3f" data-href="https://medium.com/@eminetto/clean-architecture-using-golang-b63587aa5e3f" class="markup--anchor markup--p-anchor" target="_blank" style="background-color: rgb(255, 255, 255); color: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.54); background-image: linear-gradient(rgba(0, 0, 0, 0.68) 50%, rgba(0, 0, 0, 0) 50%); background-repeat: repeat-x; background-size: 2px 0.1em; background-position: 0px 1.07em; font-family: medium-content-serif-font, Georgia, Cambria, &quot;Times New Roman&quot;, Times, serif; font-size: 21px; letter-spacing: -0.063px;">Clean Architecture</a>&nbsp;and <a href="https://jamstack.org/" data-href="https://jamstack.org/" class="markup--anchor markup--p-anchor" rel="noopener nofollow" target="_blank" style="background-color: rgb(255, 255, 255); color: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0.54); background-image: linear-gradient(rgba(0, 0, 0, 0.68) 50%, rgba(0, 0, 0, 0) 50%); background-repeat: repeat-x; background-size: 2px 0.1em; background-position: 0px 1.07em; font-family: medium-content-serif-font, Georgia, Cambria, &quot;Times New Roman&quot;, Times, serif; font-size: 21px; letter-spacing: -0.063px;">JAMStack</a>&nbsp;and our choice to store the code in a <em class="markup--em markup--p-em" style="font-feature-settings: &quot;liga&quot;, &quot;salt&quot;; color: rgba(0, 0, 0, 0.84); font-family: medium-content-serif-font, Georgia, Cambria, &quot;Times New Roman&quot;, Times, serif; font-size: 21px; letter-spacing: -0.063px; background-color: rgb(255, 255, 255);">monorepo</em>&nbsp;at Github. In this post, I will write about the latter, and how we solved a common challenge that the <em class="markup--em markup--p-em" style="font-feature-settings: &quot;liga&quot;, &quot;salt&quot;; color: rgba(0, 0, 0, 0.84); font-family: medium-content-serif-font, Georgia, Cambria, &quot;Times New Roman&quot;, Times, serif; font-size: 21px; letter-spacing: -0.063px; background-color: rgb(255, 255, 255);">monorepo </em>architecture brings. 4 points posted by Elton Minetto https://medium.com/@eminetto/continuous-integration-in-projects-using-monorepo-9b828d7a8dfa 3485 Wed, 08 Aug 2018 14:19:00 +0000