diff options
author | Sean Karlage <skarlage@get9.io> | 2018-03-30 11:59:09 -0700 |
---|---|---|
committer | insomniac <insomniacslk@users.noreply.github.com> | 2018-03-30 19:59:09 +0100 |
commit | e54ed8cc0a75ad30c54286a0bc0b369c29c6941d (patch) | |
tree | a01c484688913606c081c12edbb6fc80674998b6 /dhcpv4/bsdp/bsdp_option_default_boot_image_id.go | |
parent | 984e562bca486c32b5d609e93b13da753a270ce8 (diff) |
Remove build tags (#27)
Removes build tags from BSDP and breaks vendor class identifier into
OS-specific implementations so it is easier to integrate bsdp with other
libs.
Diffstat (limited to 'dhcpv4/bsdp/bsdp_option_default_boot_image_id.go')
-rw-r--r-- | dhcpv4/bsdp/bsdp_option_default_boot_image_id.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dhcpv4/bsdp/bsdp_option_default_boot_image_id.go b/dhcpv4/bsdp/bsdp_option_default_boot_image_id.go index 70e340d..4c87df8 100644 --- a/dhcpv4/bsdp/bsdp_option_default_boot_image_id.go +++ b/dhcpv4/bsdp/bsdp_option_default_boot_image_id.go @@ -1,5 +1,3 @@ -// +build darwin - package bsdp import ( |