Skip to content

nmmh/magneturi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagnetURI

This is a Magnet link/URI parser for Go.

See main.go for sample usage.
Look at the tests for the package magneturi for more info.

I am new to GOLANG.
Postive/constructive criticism will be gratefully received

Acknowledgements

this started as a fork of https://github.com/elopio/magneturi

TODO:

  • Improve tests (used VSCODE to autogenerate)
  • Improve code :)

Install & Test:


$ go get github.com/nmmh/magneturi/magneturi 
$ cd %GO_PATH%/src/github.com/nmmh/magneturi/magneturi

$ go test

Import


import "github.com/nmmh/magneturi/magneturi"

About

A Go package for parsing magnet links

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages