From 1f89aa80c3d69d6c81bbcf5b04ea097fdeed8275 Mon Sep 17 00:00:00 2001 From: Song Gao Date: Tue, 26 Mar 2013 08:42:37 -0500 Subject: [PATCH] doc.go --- doc.go | 2 ++ waterutil/doc.go | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 doc.go create mode 100644 waterutil/doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..8e2c32f --- /dev/null +++ b/doc.go @@ -0,0 +1,2 @@ +// Package water is a simple TUN/TAP library. It efficiently works with standard packages like io, bufio, etc.. +package water diff --git a/waterutil/doc.go b/waterutil/doc.go new file mode 100644 index 0000000..7592afe --- /dev/null +++ b/waterutil/doc.go @@ -0,0 +1,2 @@ +// Package waterutil provides utility functions for interpreting MAC farme headers and IP packet headers. It defines some constants such as protocol numbers and ethernet frame types. Use waterutil along with package water to work with TUN/TAP interface data. +package waterutil