Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Languages = map[string]bool{ "JavaScript": true, "Python": true, "PHP": true, "JAVA": true, "C": true, "C/C++": true, "C# ": true, "TypeScript": true, "Rust": true, "Go": true, "Lua": true, "Shell": true, "Kotlin": true, "Ruby": true, }
View Source
var Skill = map[string]bool{ "Testing": true, "Frontend": true, "Backend": true, "DevOps": true, "Tools": true, "Scripting": true, "UI Design": true, "Cloud": true, "Data Analysis": true, "Networking": true, "Machine Learning": true, "Embedded": true, "Security": true, "Databases": true, "Algorithms": true, "Hardware": true, "vim": true, }
Functions ¶
Types ¶
type ErrorMessage ¶
type ErrorMessage struct { // Error message string // Example: error message Message string `json:"message"` }
Click to show internal directories.
Click to hide internal directories.