Skip to content

Commit 4bff1ed

Browse files
committed
doc: Document partially supported packages in more detail.
This helps know which parts of the package can be relied on, or not.
1 parent 8fc1f3c commit 4bff1ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ path | ✅ yes |
129129
reflect | ✅ yes | except StructOf (pending)
130130
regexp | ✅ yes |
131131
-- syntax | ✅ yes |
132-
runtime | ☑️ partially | SetMutexProfileFraction, SetFinalizer unsupported
132+
runtime | ☑️ partially | SetMutexProfileFraction, SetFinalizer, ReadMemStats, Callers, CallersFrames unsupported
133133
-- cgo | ❌ no |
134134
-- debug | ❌ no |
135135
-- pprof | ❌ no |
@@ -141,7 +141,7 @@ strings | ✅ yes |
141141
sync | ✅ yes |
142142
-- atomic | ✅ yes |
143143
syscall | ☑️ partially | node.js only
144-
testing | ✅ yes |
144+
testing | ☑️ partially | AllocsPerRun unsupported
145145
-- iotest | ✅ yes |
146146
-- quick | ✅ yes |
147147
text | |

0 commit comments

Comments
 (0)