golang

Go is a statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson. It is syntactically similar to C, but with memory safety, garbage collection, structural typing, and CSP-style concurrency. It is often referred to as Golang because of its former domain name, golang.org, but its proper name is Go.There are two major implementations:

Google's self-hosting "gc" compiler toolchain, targeting multiple operating systems and WebAssembly.
gofrontend, a frontend to other compilers, with the libgo library. With GCC the combination is gccgo; with LLVM the combination is gollvm.A third-party source-to-source compiler, GopherJS, compiles Go to JavaScript for front-end web development.

You do not have permission to view the full content of this post. Log in or register now.
  1. J

    Course Backend Master Class [Golang + Postgres + Kubernetes + GRPC]

    Learn everything about backend web development: Golang, Postgres, Redis, Gin, gRPC, Docker, Kubernetes, AWS, CI/CD What you’ll learn: Design database schema using DBML and automatically generate SQL code from it Deeply understand the DB isolation levels, transactions and how to avoid deadlock...
  2. P

    Course [LIMITED+BESTSELLER] UDEMY PREM'IUM COURSE I MASTERING LIVE(VIEW) DEVELOPMENT IN GO (GOLANG) | CERTIFICATE GUARANTEED I DEEPMODS

    This course includes: 4.5 hours on-demand video Access on mobile and TV Full lifetime access Certificate of completion What you'll learn Real-time user experiences with server-rendered HTML Phoenix(Elixir) LiveView-like programming in Go Form-based UI using Live(View) Pub/Sub based user...
  3. K

    [go] pointer and dereference

    Para din sa mga nalilito, share ko tong ginawa kong simple explanation para magets yung logic and usage nila. package main import "fmt" func main() { name := "PHCorner" // Simpleng string variable. fmt.Println("string variable name:", name) p := &name // Nasa akin ang RAM address...
  4. M

    Tutorial Develop A Production Ready REST API in Go

    Develop A Production Ready REST API in Go This course will cover absolutely everything you need to know in order to build a production ready REST API using Go! We'll look at everything from project layout, to structuring your code to make it easily testable to finally deploying it to a...
  5. H

    Non-Fiction [Educational] Go Programming Language, The (Addison-Wesley Professional Computing Series)

    The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior knowledge of Go nor experience with any specific language, so you’ll find it accessible...
  6. D

    Closed Golang

    Hi mga ka phc sana my pumansin sino po dito marunong ng goLang na programming language gusto ko po kasi e try.
  7. R

    Closed What is golang? and why u should use it!

    Golang is obviously a programming language.. ahahah with a BSD-style license... and its source code is absolutely widespread! wut i mean is *Open-Source* hndi kgaya ng ibang language hndi *Open-Source* ang source-code thus mga kuripot ang mga gumwa. Golang is implemented in C, C++, and Assembly...
  8. R

    Closed Sino bah dtuh gumgmit ng golang?

    meron bang Gophers dtuh sa PHC? :)
Back
Top