shad-go/illegal/string.go
2022-02-10 22:06:57 +00:00

8 lines
124 B
Go

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