Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Console input API types and syscalls. Since InputRecord contains a `union` type, we need some way to access the union members. This is done here by extending InputRecord to return the respective type based on the function called. Related golang#98
- Loading branch information