learning-go-programming

module
v0.0.0-...-2e5e888 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2023 License: MIT

README

#Learning Go Programming This is the code repository for Learning Go Programming, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

package main
import "fmt"
func main() {
 fmt.Println("Hello, World!")
}


$> go version
go version go1.6.1 linux/amd64

To follow the examples in this book, you will need Go version 1.6 or later. Go supports architectures including AMD64, x386, and ARM running the following operating systems: Windows XP (or later) Mac OSX 10.7 (or later) Linux 2.6 (or later) FreeBSD 8 (or later)

##Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781784395438

Directories

Path Synopsis
Calculate sum of all multiple of 3 and 5 less MAX value.
Calculate sum of all multiple of 3 and 5 less MAX value.
anagram.go
anagram.go
current
Package current offers an api with functions to calculate current values in a DC circuit using Ohm's law
Package current offers an api with functions to calculate current values in a DC circuit using Ohm's law
power
Package power offers an API with functions to calculate electrical power in a DC circuit
Package power offers an API with functions to calculate electrical power in a DC circuit
resistor
Package resistor offers an API with functions to calculate resistance in an DC circuit using Ohm's law
Package resistor offers an API with functions to calculate resistance in an DC circuit using Ohm's law
volt
Package volt offers an API with functions to calculate voltage in a DC circuit using Ohm's law.
Package volt offers an API with functions to calculate voltage in a DC circuit using Ohm's law.
ch06-foo
foo
Calculate sum of all multiple of 3 and 5 less than MAX value.
Calculate sum of all multiple of 3 and 5 less than MAX value.
ch12

Jump to

Keyboard shortcuts

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