Remove os2 mockup warning

This commit is contained in:
Jeroen van Rijn
2025-11-03 10:58:09 +01:00
parent 58a07e49c6
commit 76e3164253

View File

@@ -3,9 +3,4 @@
//
// The package os interface is intended to be uniform across all operating systems.
// Features not generally available appear in the system-specific packages under core:sys/*.
//
//
// IMPORTANT NOTE from Bill: this is purely a mockup of what I want the new package os to be, and NON-FUNCTIONING.
// It is not complete but should give designers a better idea of the general interface and how to write things.
// This entire interface is subject to change.
package os2