1
0
mirror of https://github.com/IBM/fp-go.git synced 2025-07-01 00:44:55 +02:00

fix: generate DI variations

Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
This commit is contained in:
Dr. Carsten Leue
2023-12-18 21:40:30 +01:00
parent 7bceb856f8
commit 599b8256b6
5 changed files with 1272 additions and 211 deletions

View File

@ -34,5 +34,6 @@ func Commands() []*C.Command {
IOEitherCommand(),
IOCommand(),
IOOptionCommand(),
DICommand(),
}
}