shad-go/illegal/string.go

8 lines
104 B
Go
Raw Normal View History

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