inji icon indicating copy to clipboard operation
inji copied to clipboard

a dependency inject container for golang (golang inject), objects will be closed on a reverse order of their creation

Results 1 inji issues
Sort by recently updated
recently updated
newest added

add GraphPrintTree, can print like this: ```bash dependence tree: ┌── target(int=123) ├── wait(int=123) ├── timeout(int=123) ├── path_string(string=path string) ├── path_strings([]string=[path1 path2]) ├── path_map(map[string]int=map[path1:1 path2:2]) ├── test(*main.Test=0xc0000bc240) │ ├── target(int=123) │...