Skip to content

Commit

Permalink
Removed experimental code
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed Dec 27, 2020
1 parent ecd2528 commit 1e7e10b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 191 deletions.
6 changes: 0 additions & 6 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ import (
)

func main() {
// fmt.Printf("%#v \n", quote.GetQuotes([]string{"ABNB", "PLTR"}))

// quotes := []quote.Quote{
// {Symbol: "AAPL", ShortName: "Apple, Inc.", RegularMarketPrice: 1000.1, RegularMarketChange: 10.1, RegularMarketChangePercent: 1.1},
// {Symbol: "ABNB", ShortName: "AirBnB, Inc.", RegularMarketPrice: 645.1, RegularMarketChange: 4.1, RegularMarketChangePercent: 0.9},
// }

symbols := []string{
"NET",
Expand Down
65 changes: 0 additions & 65 deletions internal/ui/render-old.go

This file was deleted.

120 changes: 0 additions & 120 deletions internal/ui/ui-old.go

This file was deleted.

0 comments on commit 1e7e10b

Please sign in to comment.