Skip to content
Snippets Groups Projects
install.sh 94 B
Newer Older
  • Learn to ignore specific revisions
  • David PETIT's avatar
    David PETIT committed
    #!/bin/bash
    
    go mod init github.com/Debzou/REST-API-GO
    go mod vendor
    go get
    docker-compose up