package
0.0.0-20220208173724-f9dccc7a7a2d
Repository: https://github.com/rakaiseto/golangwebdevtodd.git
Documentation: pkg.go.dev

# README

  1. Parse this CSV file, putting two fields from the contents of the CSV file into a data structure.
  2. Parse an html template, then pass the data from step 1 into the CSV template; have the html template display the CSV data in a web page.

# Structs

No description provided by the author