package
0.0.0-20240228044302-56ad08b2fa1c
Repository: https://github.com/parsiya/parsia-code.git
Documentation: pkg.go.dev
# README
Gophercises - 19 - Building Images
Problem
Solution
- basic/main.go: Pixel by pixel manipulation to make bars.\
- Nothing groundbreaking here, just nested
for
s.
- Nothing groundbreaking here, just nested
- draw/main.go: Using the draw package.
- main.go: Using the svgo package.
- svg.go: Contains
drawSVG
which creates the same ole' bar chart andusageSVG
which creates the usage chart.
- svg.go: Contains
Lessons Learned
Not much, learned how to use the packages which was neat.