A package for handling .nuspec xml files, used by other Nuget utilities
go get -u github.com/soloworks/go-nuspec
package main
import(
nuspec "github.com/soloworks/go-nuspec"
)
func main{
// Create Empty .nuspec
nsf := nuspec.New(b)
}