Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
github.com/ddvalim/go-qr-code-generator
API escrita em Go que gera imagens QR Code baseado nas entradas do usuário.
Antes de começar, você vai precisar ter instalado em sua máquina a linguagem Go. As instruções estão disponíveis neste link. Você pode verificar a instalação digitando o comando:
which go
Em seu terminal. A resposta deverá ser o path onde o compilador se encontra.
Também será necessário ter instalado o sistema de controle de versões Git. As instruções de instalação estão neste link
git clone git@github.com:ddvalim/go-qr-code-generator.git
go get ./...
Para executar o servidor:
go run main.go
A API estará executando na porta 8080.
curl --request GET \
--url http://localhost:8080/qrcode \
--header 'Content-Type: application/json' \
--data '{
"content": "hello, world!",
"image_size": 256,
"version_number": 1,
"level": 1
}'
Este projeto foi desenvolvido por Diovana Rodrigues Valim, bacharela em Sistemas de Informação pela Universidade Federal de Santa Catarina & Engenheira de Software no Mercado Livre.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.