Skip to Content
Learning Functional Programming in Go
book

Learning Functional Programming in Go

by Lex Sheehan
November 2017
Intermediate to advanced
670 pages
17h 35m
English
Packt Publishing
Content preview from Learning Functional Programming in Go

The init script contents

Before we run our init script, let's look at the contents of our init script:

#!/bin/bash# Author : Lex Sheehan# Purpose: This script initializes a go project with glide dependency management# For details see: https://www.amazon.com/Learning-Functional-Programming-Lex-Sheehan-ebook/dp/B0725B8MYW# License: MIT, 2017 Lex Sheehan LLCMY_DEV_DIR=~/devCURRENT_GO_VERSION=1.9.2USES_TOML_CONFIG_YN=noLOCAL_BIN_DIR=/usr/local/bin/# ---------------------------------------------------------------# Verify variables above are correct.  Do not modify lines below.if [ -L "$(pwd)" ]; then    echo "You must be in the real project directory to run this init script.  You are currently in a linked directory"    echo "Running: ln -l \"$(pwd)\"" ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Functional Programming

Learning Functional Programming

Jack Widman

Publisher Resources

ISBN: 9781787281394Supplemental Content