This repository has had all of the Go modules migrated to their own repositories at the https://github.com/go-corelibs organization.
This repository no longer contains any of the module code and is being retained only for git history and posterity.
The following table lists all modules and submodules from this repository and their corresponding, new and "official" (due to them all being declared v1.x and having full test coverage) locations.
original package | official package |
---|---|
github.com/go-curses/corelibs/chdirs |
github.com/go-corelibs/chdirs |
github.com/go-curses/corelibs/convert |
github.com/go-corelibs/convert |
github.com/go-curses/corelibs/diff |
github.com/go-corelibs/diff |
github.com/go-curses/corelibs/filewriter |
github.com/go-corelibs/filewriter |
github.com/go-curses/corelibs/maps |
github.com/go-corelibs/maps |
github.com/go-curses/corelibs/maths |
github.com/go-corelibs/maths |
github.com/go-curses/corelibs/notify |
github.com/go-corelibs/notify |
github.com/go-curses/corelibs/path |
github.com/go-corelibs/path |
github.com/go-curses/corelibs/regexps |
github.com/go-corelibs/regexps |
github.com/go-curses/corelibs/run |
github.com/go-corelibs/run |
github.com/go-curses/corelibs/slices |
github.com/go-corelibs/slices |
github.com/go-curses/corelibs/spinner |
github.com/go-corelibs/spinner |
github.com/go-curses/corelibs/strings |
github.com/go-corelibs/strings |
github.com/go-curses/corelibs/strings/fmtsubs |
github.com/go-corelibs/fmtstr |
github.com/go-curses/corelibs/strings/words |
github.com/go-corelibs/words |