Hello, World!

This is the first blog post ever written in Gopaytech Engineering Blog

package main

import "fmt"

func main() {
	fmt.Println("Hello, 世界")
}