You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/isd-sgcu/rnkm65-file

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/isd-sgcu/rnkm65-file

v0.0.0-20220721181545-879cb6a2b856
Source
Go
Version published
Created
Source

RNKM65 File

Stacks

  • golang
  • gRPC

Getting Start

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • golang 1.18 or later
  • docker
  • makefile

Installing

  • Clone the project from RNKM65 File
  • Import project
  • Copy config.example.yaml in config and paste it in the same location then remove .example from its name.
  • Download dependencies by go mod download

Testing

  • Run go test -v -coverpkg ./... -coverprofile coverage.out -covermode count ./... or make test

Running

  • Run docker-compose up -d or make compose-up
  • Run go run ./src/. or make server

Compile proto file

  • Run make proto

FAQs

Package last updated on 21 Jul 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