some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / go / ssa / interp / testdata / src / unicode / utf8 / utf8.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/go/ssa/interp/testdata/src/unicode/utf8/utf8.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/go/ssa/interp/testdata/src/unicode/utf8/utf8.go
deleted file mode 100644 (file)
index 0e44f7c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-package utf8
-
-func DecodeRuneInString(string) (rune, int)
-
-func DecodeRune(b []byte) (rune, int) {
-       return DecodeRuneInString(string(b))
-}
-
-const RuneError = '\uFFFD'