diff --git a/public/hello-world b/public/hello-world index 6f28be4..dda8458 100644 --- a/public/hello-world +++ b/public/hello-world @@ -23,8 +23,8 @@
Our first program will print the classic “hello world” -message. Here’s the full source code.
+ჩვენი პირველი პროგრამა დაბეჭდავს კლასიკურ “hello world” +მესიჯს. მარჯვნივ მოცემულია სრული სორს კოდი.
To run the program, put the code in hello-world.go
and
-use go run
.
პროგრამის გასაშვებად, დააკოპირე კოდი hello-world.go
ფაილში და ამავე ფაილის დირექტორიაში ტერმინალიდან გაუშვი ბრძანება go run
.
go run
.
Sometimes we’ll want to build our programs into
-binaries. We can do this using go build
.
ზოგჯერ გვჭირდება, რომ ჩვენი პროგრამისგან ბინარული ფაილი შევქმნათ, ანუ დავბილდოთ. ამას შევძლებთ ბრძანებით go build
.
go build
.
We can then execute the built binary directly.
+შედეგად, შევძლებთ ჩვენი პროგრამის ბინარული ფაილით გაშვებას.
go build
.
Now that we can run and build basic Go programs, let’s -learn more about the language.
+ახლა კი, რახან, უკვე ვიცით თუ როგორ დავბილდოთ და გავუშვათ, მარტივი, Go-ს პროგრამა, შეგვიძლია გავაგრძელოთ ჩვენი მოგზაურობა ამ ენის შესაძლებლებლობების აღმოსაჩენად.