New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

github.com/bet20/dt_go_stack

Package Overview
Dependencies
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/bet20/dt_go_stack

Source
Go Modules
Version
v0.0.0-20211008095728-1d997c6d989d
Version published
Created
Source

dt_go_stack

Simple Implementation of a Stack in go

init a new stack:

func main() {
	s := Stack{Nodes: nil, Size: 64}
}

functions :

  • Push()
  • Peek()
  • Pop()
  • IsEmpty()
  • IsFull()

FAQs

Package last updated on 08 Oct 2021

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