This website requires JavaScript.
Explore
Help
Sign In
VLADIMIR
/
valera
Watch
1
Star
0
Fork
You've already forked valera
0
Code
Issues
9
Pull Requests
Projects
1
Releases
Activity
80d6d0736b
valera
/
main.go
12 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
init
2023-03-11 08:35:23 +00:00
package
main
import
"fmt"
add version
2023-03-11 08:37:46 +00:00
const
(
up version
2023-03-11 08:46:24 +00:00
version
=
"v0.1.1"
add version
2023-03-11 08:37:46 +00:00
)
init
2023-03-11 08:35:23 +00:00
func
main
(
)
{
fmt
.
Println
(
"Hello, Go!"
)
}