File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
1616along with this program. If not, see <http://www.gnu.org/licenses/>.
1717*/
1818
19- package main
19+ package synoedit
2020
2121import (
2222 "bytes"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
1616along with this program. If not, see <http://www.gnu.org/licenses/>.
1717*/
1818
19- package main
19+ package synoedit
2020
2121import (
2222 "crypto/sha256"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
1616along with this program. If not, see <http://www.gnu.org/licenses/>.
1717*/
1818
19- package main
19+ package synoedit
2020
2121import (
2222 "io/ioutil"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
1616along with this program. If not, see <http://www.gnu.org/licenses/>.
1717*/
1818
19- package main
19+ package synoedit
2020
2121import (
2222 "encoding/json"
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License
1616along with this program. If not, see <http://www.gnu.org/licenses/>.
1717*/
1818
19- // Synology package for editing files through a web interface
20- package main
19+ // Package synoedit is a Synology package for editing files through a web interface
20+ package synoedit
2121
2222import (
2323 "flag"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
1616along with this program. If not, see <http://www.gnu.org/licenses/>.
1717*/
1818
19- package main
19+ package synoedit
2020
2121import (
2222 "bytes"
You can’t perform that action at this time.
0 commit comments