In keeping with the design of Shiny to not depend on any native libraries or system dependencies, there are no prerequisites to using it. So, we can jump straight into getting the library installed and see it in action.
Getting started with Shiny
Setup
Installing the Shiny library is as simple as installing the Go files from golang.org/x/exp/shiny and its x/mobile and x/image dependencies. As these are top-level projects, you may see a warning about no Go files—you can ignore this, as the APIs will be installed:
Getting x/exp/shiny will download the package contents
No extra libraries or system configuration are required.