Learning-Go-Programming

module
v0.0.0-...-96e0900 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2024 License: MIT

README

Learning Go Programming

CodeQL build test lint

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, ch02.

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)

Suggestions and Feedback

Click here if you have any feedback or suggestions.

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
ch01
ch02
makenums
This program reads a bitmap file as a string (generated by makenummap.go).
This program reads a bitmap file as a string (generated by makenummap.go).
ch03
ch04
ch05
anagram1
anagram1.go
anagram1.go
anagram2
anagram2.go
anagram2.go
anagram3
anagram.go
anagram.go
anagram4
anagram.go
anagram.go
ch06
foo
ch06-foo module
foo Module
foo/bazz Module
ch07
ch08
ch09
sync5
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.
sync6
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.
ch10
ch11
ch12
internal
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
foo
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.

Jump to

Keyboard shortcuts

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