go-nuspec

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