//
pkg.gl
Category
github.com/packtpublishing/go-cookbook
Chapter13
fastweb
package
0.0.0-20230130100827-6c64ebff31b2
Repository:
https://github.com/packtpublishing/go-cookbook.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
0
Files
53 SLOC
#
Functions
AddItem
AddItem adds an item to our list in a thread-safe way.
AddItems
AddItems modifies our array.
GetItems
GetItems will return our items object.
ReadItems
ReadItems returns our list of items in a thread-safe way.