@@ -21,3 +21,5 @@
# Go workspace file
go.work
# Goland
.idea
@@ -0,0 +1,3 @@
module git.user-penguin.space/vladimir/all_tg_bot
go 1.18
@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
The note is not visible to the blocked user.