An open API service indexing awesome lists of open source software.

https://github.com/mongodb-developer/go-intro

This repository contains the code used in the Intro to Golang Workshop and YouTube videos.
https://github.com/mongodb-developer/go-intro

Last synced: 5 months ago
JSON representation

This repository contains the code used in the Intro to Golang Workshop and YouTube videos.

Awesome Lists containing this project

README

          

# Golang Intro

## This Repo

This repository contains the code used in the Intro to Golang Workshop.

## Edit and run

Files are added and edited in the diresctory and executed from the terminal with:
```sh
go run main.go
```

## License

This project is licensed under the terms of the [Apache license 2.0](./LICENSE.txt).

## Author

Jorge D. Ortiz-Fuentes, 2024

## Resources

- [▶️ MongoDB's YouTube channel](https://www.youtube.com/c/MongoDBofficial)
- [🙋🏻‍♂️ Jorge's Mastodon](https://fosstodon.org/@jdortiz)
- [🧑🏻‍💻 Jorge's LinkedIn](https://www.linkedin.com/in/jorgeortiz/)
- [🙋🏻‍♂️ Jorge's Twitter](https://twitter.com/jdortiz)