shad-go/illegal/string.go
2022-03-15 23:49:56 +03:00

7 lines
104 B
Go

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