Tucked among the multitude of significant features introduced in Go version 1.8 is a new Go plugin system. This feature let programmers build loosely coupled modular programs using packages compiled as shared object libraries that can be loaded and bound to dynamically at runtime. This is a big deal! You see, developers of large system software in Go have, inevitably, come across the need to modul
      
  
    
