mirror of
https://github.com/coredns/coredns.git
synced 2025-10-01 02:21:02 +02:00
Split version string into two, before: ``` 2017/08/12 19:43:08 [INFO] CoreDNS-010 linux/amd64, go1.8.3, a6d2d7b5 CoreDNS-010 linux/amd64, go1.8.3, a6d2d7b5 ``` After: ``` root@9bd51ffc39aa:/go/src/github.com/coredns/coredns# ./coredns .:53 2017/08/12 19:12:59 [INFO] CoreDNS-010 2017/08/12 19:12:59 [INFO] linux/amd64, go1.8, a6d2d7b CoreDNS-010 linux/amd64, go1.8, a6d2d7b ``` Signed-off-by: Yong Tang <yong.tang.github@outlook.com>