package
0.0.0-20240228044302-56ad08b2fa1c
Repository: https://github.com/parsiya/parsia-code.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Gophercises - 19 - Building Images

Problem

Solution

  • basic/main.go: Pixel by pixel manipulation to make bars.\
    • Nothing groundbreaking here, just nested fors.
  • draw/main.go: Using the draw package.
  • main.go: Using the svgo package.
    • svg.go: Contains drawSVG which creates the same ole' bar chart and usageSVG which creates the usage chart.

Lessons Learned

Not much, learned how to use the packages which was neat.