mirror of
https://github.com/SourceFellows/gobuch.git
synced 2025-09-19 02:24:54 +02:00
initial import
This commit is contained in:
5
library-dependency/go.mod
Normal file
5
library-dependency/go.mod
Normal file
@ -0,0 +1,5 @@
|
||||
module library-dependency
|
||||
|
||||
go 1.13
|
||||
|
||||
require github.com/SourceFellows/somelib v0.0.2
|
2
library-dependency/go.sum
Normal file
2
library-dependency/go.sum
Normal file
@ -0,0 +1,2 @@
|
||||
github.com/SourceFellows/somelib v0.0.2 h1:mRbh02CVY098DPnLaTGeBeeCfYkoBY8U2v3ZJk/Zyvo=
|
||||
github.com/SourceFellows/somelib v0.0.2/go.mod h1:acrwWUtWlfzG22eWIsriyO+Qu6it2dIHQZO21HFpRwY=
|
9
library-dependency/main.go
Normal file
9
library-dependency/main.go
Normal file
@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import "github.com/SourceFellows/somelib"
|
||||
|
||||
func main() {
|
||||
|
||||
somelib.CallLib()
|
||||
|
||||
}
|
Reference in New Issue
Block a user