shad-go/illegal/string.go

9 lines
124 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
// +build !solution
package illegal
func StringFromBytes(b []byte) string {
panic("implement me")
}