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.
- Host: GitHub
- URL: https://github.com/mongodb-developer/go-intro
- Owner: mongodb-developer
- License: apache-2.0
- Created: 2024-04-09T16:45:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T16:50:42.000Z (over 1 year ago)
- Last Synced: 2025-04-12T16:18:14.657Z (8 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)