You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/courses.ts
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,34 @@ const sangamInstructor = {
22
22
};
23
23
24
24
exportconstcourses: Course[]=[
25
+
{
26
+
slug: 'quick-start-with-golang',
27
+
title: 'Quick Start with Golang',
28
+
description: 'Master Golang fundamentals in this hands-on course designed for beginners. Learn essential concepts like data types, control structures, functions, packages, and data structures through interactive labs and practical challenges.',
0 commit comments