From 18546969cea4bdb3462b0d894a9e8137131b3626 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Wed, 26 Feb 2020 21:12:23 -0800 Subject: [PATCH] Added package comment --- hostess/hostfile.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hostess/hostfile.go b/hostess/hostfile.go index 04ca657..df238d0 100644 --- a/hostess/hostfile.go +++ b/hostess/hostfile.go @@ -1,3 +1,5 @@ +// Package hostess provides an API to interact with /etc/hosts and its Windows +// equivalent. package hostess import (