fix: implement a single interface wrapper for error type (#190)
This commit is contained in:
committed by
Ludovic Fernandez
parent
4d8e990ff3
commit
eb705baa01
@@ -13,3 +13,6 @@ func main() {
|
||||
s2 := S2{&s1}
|
||||
println(s2.Name)
|
||||
}
|
||||
|
||||
// Output:
|
||||
// foo
|
||||
|
||||
Reference in New Issue
Block a user