myhash.go /** * Created with IntelliJ IDEA. * User: liaojie * Date: 12-9-8 * Time: 下午3:53 * To change this template use File | Settings | File Templates. */ package main import ( crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 flag //命令行选项解析器 fmt hash io