Skip to content

Library with static codes for different cases to use in your code and prevent developers to keep project code base dry and simple.

Notifications You must be signed in to change notification settings

gonnafaraway/codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codes

gopher-codes

About

Library with static codes for different cases to use in your code and prevent developers to keep project code base dry and simple.

List of codes categories

  • Linux
  • HTTP
  • GRPC
  • TCP/UDP ports

Usage

package main

import (
	"github.com/gonnafaraway/codes/linux"
	"os"
)

func main() {
	os.Exit(linux.WithError)
}

About

Library with static codes for different cases to use in your code and prevent developers to keep project code base dry and simple.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages