Skip to content

Commit

Permalink
Add documentation to macs package.
Browse files Browse the repository at this point in the history
  • Loading branch information
gconnell committed Oct 3, 2013
1 parent 3b90989 commit 1ab7642
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions macs/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Copyright 2012 Google, Inc. All rights reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the LICENSE file in the root of the source
// tree.

// Package macs provides an in-memory mapping of all valid Ethernet MAC address
// prefixes to their associated organization.
//
// The ValidMACPrefixMap map maps 3-byte prefixes to organization strings. It
// can be updated using 'go run gen.go' in this directory.
package macs

0 comments on commit 1ab7642

Please sign in to comment.