1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

acpi: move stream reader implementation into parser pkg

This commit is contained in:
Achilleas Anagnostopoulos 2017-12-17 16:12:01 +00:00
parent d1eb0b6d4d
commit e7f203f06a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package aml
package parser
import (
"errors"