mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
1.6 KiB
1.6 KiB
Golang
Table of contents
Inspect a variable
See how to print struct variables in console
JSON data
See deserializing json in go a tutorial
Create a container image of a Go app
See building minimal docker containers for go applications and create the smallest and secured golang docker image based on scratch
Further readings
- Building minimal Docker containers for Go applications
- Create the smallest and secured Golang Docker image based on Scratch
- Deserializing JSON in Go a tutorial
- How to print struct variables in console
Sources
All the references in the further readings section, plus the following: