/go_api

go_api

Primary LanguageGoGNU General Public License v3.0GPL-3.0

CI/CD over ACR (goapiapp) master CI/CD over ACR (go-api) develop

Api Go

This project was develop in GoLand 2020.3 (Jetbrains) the first commit, now are in 2022.2.2

Diagrama 1
graph TD
    A[Christmas] -->|Get money| B(Go shopping)
    B --> C{Let me think}
    C -->|One| D[Laptop]
    C -->|Two| E[iPhone]
    C -->|Three| F[fa:fa-car Car]
Diagrama 2
sequenceDiagram
    Alice->>John: Hello John, how are you?
    activate John
    John-->>Alice: Great!
    deactivate John