package main
import "fmt"
type DevSecOps struct {
data map[string]interface{}
}
type MariaIsabelli struct {
DevSecOps
}
func NewMariaIsabelli() *MariaIsabelli {
data := map[string]interface{}{
"work": "DevSecOps",
"age": "🐱 21",
"address": "Botucatu-SP",
"languages": []string{"JavaScript", "python", "c/c#", "java", "Go"},
"operationalSystem": "Linux",
}
return &MariaIsabelli{DevSecOps{data: data}}
}
func main() {
maria := NewMariaIsabelli()
fmt.Println(maria.data)
}
🐰
FSociety00.dat
print('Hello World'), Full Stack Developer, specialized in systems analysis and development and DevSecOps.
Pinned Loading
-
DICOM_image_processing
DICOM_image_processing PublicIn this repository you will find ways to process your DICOM image.
Python 3
-
-
-
API-GO-REACT
API-GO-REACT PublicDesenvolvendo uma API com GO com docker e front-end em react .
Go 2
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.