Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
nano-adhara committed Oct 9, 2020
1 parent 0f28ebd commit 3b4ea84
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 10 additions & 0 deletions pkg/foo/foo.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package foo

import (
"github.com/nano-adhara/test-commons/pkg/other"
"github.com/nano-adhara/test-commons/pkg/some"
)

func Foo(some some.Some) {
other.Bar(some)
}
9 changes: 0 additions & 9 deletions pkg/main.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
package main

import (
"github.com/nano-adhara/test-commons/pkg/other"
"github.com/nano-adhara/test-commons/pkg/some"
)

func main() {
}

func Foo(some some.Some) {
other.Bar(some)
}

0 comments on commit 3b4ea84

Please sign in to comment.