add func Html2str()

This commit is contained in:
Unknown 2013-03-21 01:18:39 -04:00
parent 895ff49a9e
commit 73a52c9844
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import (
"os"
"path"
"path/filepath"
"regexp"
"strings"
"time"
)