summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorinsomniac <insomniacslk@users.noreply.github.com>2018-12-09 14:32:22 +0000
committerGitHub <noreply@github.com>2018-12-09 14:32:22 +0000
commit811d07d1c70e5dfb5ea21a74e8ab0aa7750d8815 (patch)
treee386ca00c16396bba666cbab9a0917db8d728079
parent715749a2dee834068a3d5a1ba6ad58512373cd2a (diff)
parent72ea1be3b943ee1eed481569f600b976f4b40e06 (diff)
Merge branch 'master' into netboot_v4_test
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 425faa4..6a2095e 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ See more example code at https://github.com/insomniacslk/exdhcp
To run a DHCPv6 transaction on the interface "eth0":
-```
+```go
package main
import (
@@ -79,7 +79,7 @@ func main() {
## DHCPv6 packet crafting and manipulation
-```
+```go
package main
import (
@@ -182,7 +182,7 @@ available.
An example server that will print (but not reply to) the client's request is
shown below:
-```
+```go
package main
import (