//
pkg.gl
Category
github.com/ardanlabs/gotraining
topics
go
language
pointers
exercises
directory
0.0.0-20250227122322-59689edd5517
Repository:
https://github.com/ardanlabs/gotraining.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
0
#
Packages
exercise1
Declare and initialize a variable of type int with the value of 20.
exercise2
Declare a struct type and create a value of this type.
template1
Declare and initialize a variable of type int with the value of 20.
template2
Declare a struct type and create a value of this type.