Skip to content

imbhargav5/noop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

noop ⚡

A no-op in golang. It does nothing.

Nothing

installation

go get github.com/bhargav175/noop

Usage

import "github.com/bhargav175/noop"

// ...

var a func()

if want_to_do_something == true {

  a = func() {
    //do something
  }

}else{

  a = noop.Noop

}

a()

// ...

About

A no operation package with go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages