You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,7 +22,7 @@ This project initial code based from [go-spring/go-spring](https://github.com/go
22
22
English | [中文](README_CN.md)
23
23
24
24
### Install
25
-
`go get github.com/go-spring-projects/go-spring@latest`
25
+
`go get go-spring.dev/spring@latest`
26
26
27
27
### Features
28
28
***IoC Container**: Implements an inversion of control (IoC) container based on reflection, supporting the injection of structs, functions, and constants. This means you can use the `autowired` tag to automatically inject dependencies without having to manage them manually.
0 commit comments