This repository contains a collection of Go (Golang) server application examples. Each example demonstrates a different feature or concept in Go.
To get started with any of the examples, ensure you have the following installed:
git clone https://github.com/bccfilkom-be/go-example.git
cd go-exampleEach example is located in its own directory within the repository. For example, to run the simple_http example:
go run ./simple_httpThis repository includes examples such as:
- simple_http: A simple HTTP server.
More examples will be added over time to showcase different use cases.
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.
This project is licensed under the MIT License. See the LICENSE file for details.