fix import path for the executable code

This commit is contained in:
Sridhar Ratnakumar 2012-11-23 12:27:28 -08:00
parent 683e11c27d
commit a500d8777b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package main
import ( import (
"fmt" "fmt"
"tail" "github.com/srid/tail"
"flag" "flag"
"os" "os"
) )