1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

test travis ci

This commit is contained in:
Timothy 2014-05-14 22:58:05 +08:00
parent d0a37fda83
commit 93ec7391f2

View File

@ -3,6 +3,7 @@ package main
import ( import (
"fmt" "fmt"
"os" "os"
"strconv"
"strings" "strings"
"time" "time"
) )