From eba37190f683c8f32c24a96007d6db04475df337 Mon Sep 17 00:00:00 2001 From: Stanislav Zeman Date: Tue, 11 Jun 2024 17:02:33 +0200 Subject: [PATCH] wiki: add FI MUNI course-go to courses Adds new course-go Go course tutored at FI MUNI to the Courses wiki page. Change-Id: Icf7161cd14f82d102985c8ab848f35467ca59736 Reviewed-on: https://go-review.googlesource.com/c/wiki/+/591935 Auto-Submit: Ian Lance Taylor Commit-Queue: Ian Lance Taylor Reviewed-by: Ian Lance Taylor --- Courses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Courses.md b/Courses.md index d1cd92f8..494f9586 100644 --- a/Courses.md +++ b/Courses.md @@ -16,7 +16,7 @@ Go is a great language for CS majors. This page presents some university courses * SUNY Potsdam (Potsdam, NY) "Selected languages course with Go", taught by Dr. Brian C. Ladd (Associate Professor of Computer Science). First class in Spring 2017 * University of Milan has a course named "Computer Programming" taught by Paolo Boldi: http://boldi.di.unimi.it/Corsi/Inf2018/ * University of Zagreb (Croatia), Faculty of Electrical Engineering and Computing, has an ongoing course [Go programming language](https://www.fer.unizg.hr/en/course/gpl) since 2020, held by Z. Bratković and B. Banelli. Videos available from academic year [2019./2020.](https://www.youtube.com/watch?v=mq18_oSNkHE&list=PLDG0WuJlyEw3GuJ4FAoP-ea8PCsU5J-9K&pp=iAQB) and [2020./2021.](https://www.youtube.com/watch?v=Ms_5seF6Smg&list=PLDG0WuJlyEw1o7cQ7Raf_SHgak4G57zCW&pp=iAQB) (Croatian) - + * The Faculty of Informatics at Masaryk University has offered a Go course as part of the [PB173: Domain Specific Development](https://is.muni.cz/predmet/fi/podzim2023/PB173?lang=en) course since 2023. The current course materials are publicly accessible under the [course-go organization](https://github.com/course-go). ## Programming Concepts