fix: implement a single interface wrapper for error type (#190)

This commit is contained in:
Marc Vertes
2019-05-21 16:49:27 +02:00
committed by Ludovic Fernandez
parent 4d8e990ff3
commit eb705baa01
356 changed files with 6873 additions and 1366 deletions

View File

@@ -13,3 +13,6 @@ func main() {
s2 := S2{&s1}
println(s2.Name)
}
// Output:
// foo