mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2026-01-22 11:09:16 +00:00
5 lines
207 B
Go
5 lines
207 B
Go
// Package cio provides common I/O operations for the application,
|
|
// including JSON serialization, console stream capturing, file handling and Github Actions
|
|
// environment variable management.
|
|
package cio
|