mirror of
https://github.com/mudler/luet.git
synced 2025-09-17 07:42:25 +00:00
This commit is multi-fold as it also refactors internally context and logger as interfaces so it is easier to plug luet as a library externally. Introduces a garbage collector (related to #227) but doesn't handle yet parallelism. Closes #265
6 lines
104 B
Modula-2
6 lines
104 B
Modula-2
module github.com/mattn/go-isatty
|
|
|
|
go 1.12
|
|
|
|
require golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|