learning-go-lang

module
v0.0.0-...-735e98b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2019 License: MIT

README

learning-go-lang

Repository containing the exercises carried out whilst learning, and re-learning, Go Lang.

Getting started

  • Ensure that Go is installed on your machine by running go version. If it is not installed then follow these installation instructions.

  • Determine where your Go workspace is and checkout this repository into it. It is recommended that this repository is checked out under $GOPATH/src/github.com/stevejaxon.

Installing the dependencies

From the root directory run go build ./... to download all of the dependencies and build the source files.

Running the tests

From the root directory run go test ./... to run all of the tests

Directories

Path Synopsis
codewars
stringutil
Package stringutil contains utility functions for working with strings.
Package stringutil contains utility functions for working with strings.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL