# README
DI
Utopia DI library is simple and lite library for managing dependency injections. This library is aiming to be as simple and easy to learn and use
Example
package main
import (
"github.com/utopia-go/di"
)
func main() {
// TBD
}
Utopia DI library is simple and lite library for managing dependency injections. This library is aiming to be as simple and easy to learn and use
package main
import (
"github.com/utopia-go/di"
)
func main() {
// TBD
}