Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 929 Bytes

File metadata and controls

42 lines (31 loc) · 929 Bytes

Chapter 2

Table of Contents

  • Arrays
  • Slices
  • Two-dimensional slices
  • Maps
  • Database operations
  • Variadic functions
  • CRUD web forms

Requirements for Working

go get -u github.com/go-sql-driver/mysql

Arrays

Slice

Slices are passed by referring to functions. Big slices can be passed to functions without
impacting performance. Passing a slice as a reference to a function is demonstrated in the
code as follows

Maps and Database Operations

CRUD Webforms