shad-go/illegal/string.go
2021-04-14 18:41:01 +03:00

7 lines
103 B
Go

// +build !solution
package illegal
func StringFromBytes(b []byte) string {
panic("implement me")
}