mirror of
https://github.com/tjboldt/ProDOS-Utilities.git
synced 2024-11-15 20:09:49 +00:00
12 lines
281 B
Go
12 lines
281 B
Go
// Copyright Terence J. Boldt (c)2021-2022
|
|
// Use of this source code is governed by an MIT
|
|
// license that can be found in the LICENSE file.
|
|
|
|
/*
|
|
Package prodos provides access to read/write/delete/list files and
|
|
directories on a ProDOS order drive images.
|
|
|
|
*/
|
|
|
|
package prodos
|