gobuch/somelib
2020-08-21 06:26:40 +02:00
..
v2 initial import 2020-08-21 06:26:40 +02:00
go.mod initial import 2020-08-21 06:26:40 +02:00
LICENSE initial import 2020-08-21 06:26:40 +02:00
README.md initial import 2020-08-21 06:26:40 +02:00
somelib.go initial import 2020-08-21 06:26:40 +02:00

Sample Golang Project - Version 2

This is a simple Golang library in version 2 to show how to import a library to other projects.

You can use the library for example in our own application like this:

package main

import somelib "github.com/sourcefellows/somelib/v2"

func main() {

	somelib.CallLibV2()

}

visit: https://www.source-fellows.com