shad-go/illegal/string.go

8 lines
103 B
Go
Raw Normal View History

2021-04-14 15:41:01 +00:00
// +build !solution
package illegal
func StringFromBytes(b []byte) string {
panic("implement me")
}