Codebase list golang-github-cnf-structhash / 81d5434
Import Debian changes 0.0~git20201127.e1b16c1-1 golang-github-cnf-structhash (0.0~git20201127.e1b16c1-1) unstable; urgency=medium * New upstream release * reverse dependencies successfully built with ratt: - nothing todo for this package Thorsten Alteholz 3 years ago
3 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 - 1.8
33 - 1.9
44 - tip
5 arch:
6 - AMD64
7 - ppc64le
0 golang-github-cnf-structhash (0.0~git20201127.e1b16c1-1) unstable; urgency=medium
1
2 * New upstream release
3 * reverse dependencies successfully built with ratt:
4 - nothing todo for this package
5
6 -- Thorsten Alteholz <debian@alteholz.de> Sun, 29 Nov 2020 14:37:52 +0000
7
08 golang-github-cnf-structhash (0.0~git20180104.62a607e-3) unstable; urgency=low
19
210 [ Debian Janitor ]
174174 }
175175 buf.WriteByte('}')
176176 case reflect.Interface:
177 if !val.CanInterface() {
178 return
179 }
177180 writeValue(buf, reflect.ValueOf(val.Interface()), fltr)
178181 default:
179182 buf.WriteString(val.String())