From ad6ea4e88b8de451ff17b29cee3b3f1e6a2770cc Mon Sep 17 00:00:00 2001 From: dsha256 Date: Sun, 28 May 2023 02:50:09 +0400 Subject: [PATCH] tr: hello-world page --- public/hello-world | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) 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” +მესიჯს. მარჯვნივ მოცემულია სრული სორს კოდი.

@@ -65,8 +65,7 @@ message. Here’s the full source code.

-

To run the program, put the code in hello-world.go and -use go run.

+

პროგრამის გასაშვებად, დააკოპირე კოდი hello-world.go ფაილში და ამავე ფაილის დირექტორიაში ტერმინალიდან გაუშვი ბრძანება go run.

@@ -79,8 +78,7 @@ use go run.

-

Sometimes we’ll want to build our programs into -binaries. We can do this using go build.

+

ზოგჯერ გვჭირდება, რომ ჩვენი პროგრამისგან ბინარული ფაილი შევქმნათ, ანუ დავბილდოთ. ამას შევძლებთ ბრძანებით go build.

@@ -94,7 +92,7 @@ binaries. We can do this using go build.

-

We can then execute the built binary directly.

+

შედეგად, შევძლებთ ჩვენი პროგრამის ბინარული ფაილით გაშვებას.

@@ -107,8 +105,7 @@ binaries. We can do this using go build.

-

Now that we can run and build basic Go programs, let’s -learn more about the language.

+

ახლა კი, რახან, უკვე ვიცით თუ როგორ დავბილდოთ და გავუშვათ, მარტივი, Go-ს პროგრამა, შეგვიძლია გავაგრძელოთ ჩვენი მოგზაურობა ამ ენის შესაძლებლებლობების აღმოსაჩენად.

@@ -121,12 +118,12 @@ learn more about the language.

- Next example: Values. + შემდეგი მაგალითი: Values.