DEV Community

César
César

Posted on

Go Beginner

Hi everyone, I'm currently learning Go and would love to participate in some open source projects in my free time to upgrade my skills by working with existing code bases.

Any tips about Go in general or good projects to contribute to are appreciated.

Top comments (4)

Collapse
 
thenjdevopsguy profile image
Michael Levan

Hey OP,

If it helps, I have a free mini series on my YouTube channel for Go. It's only 7 videos, but it'll get you up and running.

youtube.com/watch?v=P8Jx3f01igA&li...

Collapse
 
csothen profile image
César

Thank you, I will make sure to check it out.

Collapse
 
victoravelar profile image
Victor Avelar

Hey!

If you find it interesting, I have some open issues over here:

GitHub logo VictorAvelar / mollie-api-go

Golang wrapper for Mollie's REST API with full resource coverage.

Mollie API Golang client

Travis CI

Build Status

Scrutinizer CI

Build Status Code Coverage Scrutinizer Code Quality

Go ecosystem

PkgGoDev Go Report Card

Accepting iDEAL, Apple Pay, Bancontact, SOFORT Banking, Creditcard, SEPA Bank transfer, SEPA Direct debit, PayPal, Belfius Direct Net, KBC/CBC, paysafecard, ING Home'Pay, Giftcards, Giropay, EPS and Przelewy24 online payments without fixed monthly costs or any punishing registration procedures. Just use the Mollie API to receive payments directly on your website or easily refund transactions to your customers.

Requirements

To use the Mollie API client, the following things are required:

  • Get yourself a free Mollie account. No sign up costs.
  • Now you're ready to use the Mollie API client in test mode.
  • Follow a few steps to enable payment methods in live mode, and let us handle the rest.
  • Up-to-date OpenSSL (or other SSL/TLS toolkit)

For leveraging Mollie Connect (advanced use cases only), it is recommended…

Collapse
 
csothen profile image
César

Thank you, I will try and look into it and see how I can help to the project.