We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11df5c commit 776dabbCopy full SHA for 776dabb
src/os/file_posix.go
@@ -0,0 +1,10 @@
1
+package os
2
+
3
+import (
4
+ "time"
5
+)
6
7
+// Chtimes is a stub, not yet implemented
8
+func Chtimes(name string, atime time.Time, mtime time.Time) error {
9
+ return ErrNotImplemented
10
+}
0 commit comments