- encoding will be handled by a library called Bento4.
go get
is the default tool used to fetch dependencies.
is a dependency manager that keeps track of all versio ns used in our project.
go mod init encoder # any arbitraty name of your choice
fetch missing deps during first run and add it to file go.mod
govalidator