This website requires JavaScript.
Explore
Help
Register
Sign In
sirius
/
go-action
Watch
25
Star
0
Fork
0
You've already forked go-action
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4c148a4dd599345997dfdcfb859fb87b75bb08e8
go-action
/
main.go
13 lines
109 B
Go
Raw
Normal View
History
Unescape
Escape
Test go action
2025-11-24 01:19:25 +03:00
package
main
Update action
2025-11-24 01:32:17 +03:00
import
(
"fmt"
"os"
)
Test go action
2025-11-24 01:19:25 +03:00
func
main
(
)
{
Update action
2025-11-24 01:32:17 +03:00
for
_
,
v
:=
range
os
.
Environ
(
)
{
fmt
.
Println
(
v
)
}
Test go action
2025-11-24 01:19:25 +03:00
}
Reference in New Issue
Copy Permalink