mirror of
https://github.com/jimeh/undent.git
synced 2026-02-19 03:56:38 +00:00
9 lines
124 B
Modula-2
9 lines
124 B
Modula-2
module github.com/jimeh/undent
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/rhysd/go-fakeio v1.0.0
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|