(t *testing.T)
| 6 | ) |
| 7 | |
| 8 | func Test_selfUpdate(t *testing.T) { |
| 9 | tests := []struct { |
| 10 | name string |
| 11 | }{ |
| 12 | // TODO: Add test cases. |
| 13 | } |
| 14 | for _, tt := range tests { |
| 15 | t.Run(tt.name, func(t *testing.T) { |
| 16 | //selfupdate.UpdateSelf() |
| 17 | }) |
| 18 | } |
| 19 | } |
| 20 | |
| 21 | func Test_getLatestVersionFromGithub(t *testing.T) { |
| 22 | tests := []struct { |