Categorygithub.com/soloworks/go-nuspec
repositorypackage
0.3.0
Repository: https://github.com/soloworks/go-nuspec.git
Documentation: pkg.go.dev

# README

go-nuspec

MIT license LinkedIn

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)

}