https://github.com/offensive-vk/my-go-programs
A Simple Static Repo to Save My Go Programs.
https://github.com/offensive-vk/my-go-programs
golang programs static
Last synced: 10 months ago
JSON representation
A Simple Static Repo to Save My Go Programs.
- Host: GitHub
- URL: https://github.com/offensive-vk/my-go-programs
- Owner: offensive-vk
- Created: 2025-01-08T18:46:43.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-02-01T16:02:31.000Z (11 months ago)
- Last Synced: 2025-03-02T02:53:50.583Z (10 months ago)
- Topics: golang, programs, static
- Language: Go
- Homepage: https://go.dev/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Go (Golang) ?
*Go*, also known as *Golang*, is a free and open-source programming language designed at Google. It was created to improve programming productivity in an era of multicore, networked machines, and large codebases. Go is syntactically similar to C but provides memory safety, garbage collection, structural typing, and CSP-style concurrency.
Go is widely used for developing efficient and scalable server-side applications. Its simplicity and performance make it an ideal choice for cloud computing, distributed systems, and other performance-critical applications. Go compiles directly to machine code, offering the speed and efficiency of a statically typed, compiled language.
Go supports cross-platform development and allows creating binaries that run without the need for an external runtime. Its built-in tooling includes support for formatting, testing, and dependency management, making it a developer-friendly choice.
Go’s concurrency model, based on goroutines and channels, is one of its standout features, enabling efficient multitasking and parallelism.
The Go compiler and tools are open-source and distributed under the BSD-style license. The development of Go is led by a team at Google, including *Robert Griesemer*, *Rob Pike*, and *Ken Thompson*.
- Developed & Designed by - **Google**
- First appeared - 10 November 2009; 14 years ago
- Typing discipline - Static, strong, structural, nominal
- Multi-paradigm - concurrent, functional, imperative
- OS - Cross-platform
- License - BSD-style license
- Filename extensions - .go
- Influenced - Dart, Julia, Nim, Crystal, Rust
- Influenced by - C, C++, Python, Java, Modula-2
- Website -
***
© Vedansh 2023 - Present
Licensed under MIT

Thanks for visiting :)