change interface to not fatal or panic
vtolstov opened this issue · comments
Vasiliy Tolstov commented
What do you think about changing interface to return error and not doing fatal/os.Exit and panic?
I can provide pr to change interface definition and after that add ability to get/set dhcp options and other stuff
softwarejl commented
It's a good idea, please do not hesitate to submit your patches.
Vasiliy Tolstov commented
can i change strconv.Itoa(rand.Int() to google uuid.NewRandom() ?
i think that this is more suitable for such things
Vasiliy Tolstov commented
pr is created