Getting ready

Configure your environment according to these steps:

  1. Download and install Go 1.12.6 or greater on your operating system at https://golang.org/doc/install.
  2. Open a Terminal or console application, create a project directory such as ~/projects/go-programming-cookbook and navigate to this directory. All code will be run and modified from this directory.
  3. Clone the latest code into ~/projects/go-programming-cookbook-original and optionally work from that directory rather than typing the examples manually, as follows:
$ git clone [email protected]:PacktPublishing/Go-Programming-Cookbook-Second-Edition.git go-programming-cookbook-original
  1. Install and configure MySQL using https://dev.mysql.com/doc/mysql-getting-started/en/.
  2. Run the export MYSQLUSERNAME=<your mysql username> command.
  3. Run the export MYSQLPASSWORD=<your mysql password> command.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.157.186