Skip to content

Commit 0a9c897

Browse files
committed
fix godoc
1 parent 004550c commit 0a9c897

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

package/src/synoedit/auth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
1616
along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19-
package main
19+
package synoedit
2020

2121
import (
2222
"bytes"

package/src/synoedit/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
1616
along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19-
package main
19+
package synoedit
2020

2121
import (
2222
"crypto/sha256"

package/src/synoedit/file_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
1616
along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19-
package main
19+
package synoedit
2020

2121
import (
2222
"io/ioutil"

package/src/synoedit/http_response.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
1616
along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19-
package main
19+
package synoedit
2020

2121
import (
2222
"encoding/json"

package/src/synoedit/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License
1616
along 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

2222
import (
2323
"flag"

package/src/synoedit/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License
1616
along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818

19-
package main
19+
package synoedit
2020

2121
import (
2222
"bytes"

0 commit comments

Comments
 (0)