Skip to content
ServerOK
  • Home
  • Services
  • Contact
Home

Tag: golang

GoLang Hello World

Posted on January 5, 2019 (January 5, 2019) by ServerOk

Create a file 1.go with following content

1
2
3
4
5
6
7
package main
 
import "fmt"
 
func main() {
fmt.Println("My First GoLang Program")
}

To run the program, use command

1
go run 1.go

[…]

Read More…

Posted in ProgrammingTagged golangLeave a comment

golang

Posted on January 5, 2019 (January 5, 2019) by ServerOk

Installing golang on Ubuntu 18.04 GoLang Hello World […]

Read More…

Posted in ProgrammingTagged golangLeave a comment

Installing golang on Ubuntu 18.04

Posted on January 5, 2019 by ServerOk

To install golang on Ubuntu 18.04, run

1
apt install golang -y

[…]

Read More…

Posted in ProgrammingTagged golangLeave a comment

Categories

  • Apache
  • CentOS
  • Cloud
  • CloudLinux
  • Cpanel
  • Debian
  • Docker
  • Ecommerce
  • Exim
  • FreeBSD
  • Game
  • General
  • git
  • kubernetes
  • lighttpd
  • Linux
  • LiteSpeed
  • Magento
  • Mail
  • MySQL
  • Nginx
  • openSUSE
  • PHP
  • Plesk
  • Postfix
  • PostgreSQL
  • PowerMTA
  • Programming
  • Python
  • Ruby
  • Security
  • SSL
  • Ubuntu
  • Uncategorized
  • Vim
  • Virtualization
  • Windows
  • WordPress
Copyright 2021 ServerOk | All Rights Reserved