Hi,
Am new in Go programming and need help to write a PATCH method for my
go-server.
my data field look like these
type NFProfile struct {
NFType string `json:"nftype"`
NFInstanceID string `json:"instanceid"`
NFStatus string `json:"nfstatus"`
ID string `json:"id"`
}
//Create NFProfile DB
type NFProfileDB struct {
nfprofiles map[string]NFProfile
}
Can anyone tell me what to and if there is any library to do this such that
i can use poastman to send PATCH request
to the server.
Thanks in advance
Abraham
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.