šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

github.com/JijiaZan/real-time-report-backend

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/JijiaZan/real-time-report-backend

v0.0.0-20220607083700-6e4d7fdb0a3f
Source
Go
Version published
Created
Source

Getting Start

Do not push the binary file.

Mac Os

Install go v1.18

$ brew install go

Install dependency

$ go mod tidy

Run demo server

$ go run main.go

Linux

Build binary for GNU/Linux x64 on your Mac OS.

$ GOOS=linux GOARCH=amd64 go build main.go

Scp the binary to the server.

$ scp ./main root@ipAdreess:/root/app

Run the main on the server side.

$ ./main

FAQs

Package last updated on 07 Jun 2022

Did you know?

Socket

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.

Install

Related posts