golang

module
v0.0.0-...-6b70a36 Latest Latest
Warning

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

Go to latest
Published: May 1, 2022 License: MIT

README

golang

Golang Tutorial Codes

Playlist -> Go Tutorial

Subscribe -> One Minute Notes

Directories

Path Synopsis
basictypes
integers
basic data type: integers (signed & unsigned) int8, int16, int32, int64, uint8, uint16, uint32, uint64 int, uint: 32 or 64 bits (depends on compiler) rune == int32, rune: indicates value is unicode code point byte == uint8, byte: indicates value is piece of raw data uintptr : can hold all bits of pointer value eg:byte: 1111 1111;
basic data type: integers (signed & unsigned) int8, int16, int32, int64, uint8, uint16, uint32, uint64 int, uint: 32 or 64 bits (depends on compiler) rune == int32, rune: indicates value is unicode code point byte == uint8, byte: indicates value is piece of raw data uintptr : can hold all bits of pointer value eg:byte: 1111 1111;
programStructure
assignments
assignability: implicit assignment
assignability: implicit assignment
declarations
prints boiling point of water
prints boiling point of water
typeDeclarations
type general form: type name underlying-type
type general form: type name underlying-type
variables
echo prints its command-line arguments
echo prints its command-line arguments
Server1 is a minimal "echo" server.
Server1 is a minimal "echo" server.

Jump to

Keyboard shortcuts

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