rename gogs to gitea

This commit is contained in:
Lunny Xiao 2015-08-26 21:34:27 +08:00
parent 66feb7acf4
commit c8b760091f
8 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,6 @@
The MIT License (MIT)
Copyright (c) 2015 gitea
Copyright (c) 2014 Go Git Service
Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -1,4 +1,4 @@
Gogs API client in Go
Gitea SDK for Go
=====================
This package is still in experiment, see [Wiki](https://github.com/gogits/go-gogs-client/wiki) for documentation.

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package gogs
package gitea
import (
"encoding/json"

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package gogs
package gitea
import (
"bytes"

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package gogs
package gitea
import (
"fmt"

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package gogs
package gitea
import (
"bytes"

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package gogs
package gitea
import (
"fmt"

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package gogs
package gitea
import (
"bytes"