Skip to content

skx/go-experiments

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
2fa
 
 
 
 
 
 
 
 
jp
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Go Experiments

A small repository of code that contains my learning-experiments using the golang language/libraries.

Highlights include:

  • 2fa
    • Authentication using TOTP.
    • This is usually used to add two-factor support, in addition to username/password.
  • class_factory
    • A simple class-factory example.
  • sub-command
    • Writing binaries that allow subcommands.
  • local-ip
    • Getting the local IP address of your system.
  • cidr-match
    • Testing if IPs are within ranges.
  • hash-ids
    • Test the hashing-library I use for generating "shortlinks".
  • plugins
    • Simple example code of invoking code dynamically via the new golang plugin interface.
  • publishr
  • infod
    • File introspection and meta-data sharing.

About

Repository containing experiments as I learn about golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published