Skip to content

bccfilkom-be/go-example

Repository files navigation

Go Example

This repository contains a collection of Go (Golang) server application examples. Each example demonstrates a different feature or concept in Go.

Getting Started

To get started with any of the examples, ensure you have the following installed:

  • Go (Version 1.20+ recommended)
  • A terminal or command line interface (CLI)
  • Git

Cloning the Repository

git clone https://github.com/bccfilkom-be/go-example.git
cd go-example

Running the Examples

Each example is located in its own directory within the repository. For example, to run the simple_http example:

go run ./simple_http

Examples

This repository includes examples such as:

  • simple_http: A simple HTTP server.

More examples will be added over time to showcase different use cases.

Contributing

Contributions are welcome! If you have an example to add or improvements to existing ones, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.