v0.0.0 начальная

main v0.1.0
parent af5eb040ae
commit fe6f2aceaf

@ -1,9 +0,0 @@
package fast
var (
w, h = 10, 20
color int
border float64 = 1.2
)
echo *this

@ -0,0 +1,4 @@
// fast/fast.go
package fast
func Hello() string { return "fast" }

@ -0,0 +1,3 @@
module git.tad17.ru/itman/fast
go 1.24.5
Loading…
Cancel
Save