niski84
niski84
installed unms on osx via virtaulbox with a 16.04 ubuntu. Had to change the virtualbox network settings to bridged, then I was able to access the UNMS web server. Added...
Using spf13/Cobra for cli flag parsing. root command has a field marked required: ``` rootCmd.PersistentFlags().StringVarP(&configFilePath, "config", "c","", "REQUIRED: config file") rootCmd.MarkPersistentFlagRequired("config") rootCmd.MarkFlagRequired("config") ``` However, cobra does not raise an error...
I can't figure out why I'm getting this error using the library. What is it that I'm doing wrong? ethState, err := netlink.LinkOperState(eth) ```package main import ( "log" "time" "github.com/vishvananda/netlink"...
go get github.com/moovweb/gokogiri # pkg-config --cflags libxml-2.0 pkg-config: exec: "pkg-config": executable file not found in %PATH% # pkg-config --cflags libxml-2.0 libxml-2.0 pkg-config: exec: "pkg-config": executable file not found in %PATH%...