Thanks to visit codestin.com
Credit goes to github.com

Skip to content

comfortablynumb/che

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Che - An Extension for the Go Standard Library

Go Report Card Build Status Coverage Status License

Che!


👷 IMPORTANT NOTE: 👷 This is a work in progress. Stay tuned!


Introduction

This library aims to meet the following requirements:

  • It must have all the functions and data structures that we use in our everyday tasks, but that are not present in Golang's standard library: Slices and maps related functions, data structures like sets, etc.
  • It must provide higher level APIs for functionalities like file handling, networking, etc.
  • It must have zero dependencies.
  • It must have 100% coverage.

The following is a list of specific desired features that I want this library to have in the coming months:

  • Slices related functions: Unique, Diff, Intersect, etc.
  • Maps related functions: Keys, etc.
  • Data structures: Sets, etc.
  • Structs that allow to use the slices and maps functions with a fluid interface.
  • File handling related functions.
  • Networking related functions.
  • More to come!

Credits

About

Che: An extension to the standard library of go. Work in progress!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages