Skip to content

Commit 4cc3ff3

Browse files
committed
Refactoring old import paths
1 parent 4ed3e82 commit 4cc3ff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 mirango
3+
Copyright (c) 2016 Waleed AlMalki
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

renderer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"encoding/xml"
55
"io"
66

7-
"github.com/wlMalk/mirango/framework"
7+
"github.com/mirango/framework"
88
)
99

1010
type Renderer struct{}

0 commit comments

Comments
 (0)