@@ -1,4 +1,4 @@
-package main
+package sentio
type Portfolio interface {
// Get returns Position of the symbol if exists in Portfolio
type Position interface {
// GetSize returns the total size of the position
import (
"errors"
import "testing"
import "github.com/hashicorp/go-version"