1 // Package tools contains general purpose tools written in Go to assist with 2 // development workflows in this repository. Tools that belong to specific teams 3 // or that have specific domain relationships may be placed under the relevant 4 // team directory. 5 package tools 6