Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
Thanks for taking the time to join our community and start contributing!

## With issues

- Use the search tool before opening a new issue.
- Please provide source code and commit sha if you found a bug.
- Review existing issues and provide feedback or react to them.

## With pull requests

- Open your pull request against `master`
- Your pull request should have no more than two commits, if not you should squash them.
- It should pass all tests in the available continuous integrations systems such as GitHub CI.
Expand Down
17 changes: 8 additions & 9 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,23 @@

A powerful framework for faster, easier, and more efficient project development.

## Documentation

# Documentation

- GoFrame Official Site: [https://goframe.org](https://goframe.org)
- GoFrame Official Site(en): [https://goframe.org/en](https://goframe.org/en)
- GoFrame Mirror Site(中文): [https://goframe.org.cn](https://goframe.org.cn)
- GoFrame Mirror Site(github pages): [https://pages.goframe.org](https://pages.goframe.org)
- Official Site: [https://goframe.org](https://goframe.org)
- Official Site(en): [https://goframe.org/en](https://goframe.org/en)
- 国内镜像: [https://goframe.org.cn](https://goframe.org.cn)
- Mirror Site: [Github Pages](https://pages.goframe.org)
- Mirror Site: [Offline Docs](https://github.com/gogf/goframe.org-pdf?tab=readme-ov-file#%E6%9C%80%E6%96%B0%E7%89%88%E6%9C%AC)
- GoDoc API: [https://pkg.go.dev/github.com/gogf/gf/v2](https://pkg.go.dev/github.com/gogf/gf/v2)


# Contributors
## Contributors

💖 [Thanks to all the contributors who made GoFrame possible](https://github.com/gogf/gf/graphs/contributors) 💖

<a href="https://github.com/gogf/gf/graphs/contributors">
<img src="https://goframe.org/img/contributors.svg?version=v2.9.5" alt="goframe contributors"/>
</a>

# License
## License

`GoFrame` is licensed under the [MIT License](LICENSE), 100% free and open-source, forever.
2 changes: 1 addition & 1 deletion container/gmap/gmap.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

// Package gmap provides most commonly used map container which also support concurrent-safe/unsafe switch feature.
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_hash_any_any_map.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_hash_int_any_map.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.
//

Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_hash_int_int_map.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_hash_int_str_map.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_hash_str_any_map.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.
//

Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_hash_str_int_map.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.
//

Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_hash_str_str_map.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.
//

Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_list_map.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_tree_map.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_basic_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_bench_maps_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

// go test *.go -bench=".*" -benchmem
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_bench_safe_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

// go test *.go -bench=".*" -benchmem
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_bench_syncmap_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

// go test *.go -bench=".*" -benchmem
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_bench_unsafe_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

// go test *.go -bench=".*" -benchmem
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_example_any_any_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_example_int_any_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_example_int_int_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_example_list_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_example_str_any_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_example_str_int_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_example_str_str_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_example_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_unit_hash_any_any_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_unit_hash_int_any_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_unit_hash_int_int_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_unit_hash_int_str_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_unit_hash_str_any_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_unit_hash_str_int_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_unit_hash_str_str_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_unit_list_map_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gmap/gmap_z_unit_tree_map_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gmap_test
Expand Down
2 changes: 1 addition & 1 deletion container/gpool/gpool_z_example_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gpool_test
Expand Down
2 changes: 1 addition & 1 deletion container/gset/gset_z_example_any_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gset_test
Expand Down
2 changes: 1 addition & 1 deletion container/gset/gset_z_example_int_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gset_test
Expand Down
2 changes: 1 addition & 1 deletion container/gset/gset_z_example_str_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gset_test
Expand Down
2 changes: 1 addition & 1 deletion container/gtree/gtree_z_avl_tree_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gtree_test
Expand Down
2 changes: 1 addition & 1 deletion container/gtree/gtree_z_b_tree_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gtree_test
Expand Down
2 changes: 1 addition & 1 deletion container/gtree/gtree_z_example_avltree_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright GoFrame Author(https://goframe.org). All Rights Reserved.
//
// This Source Code Form is subject to the terms of the MIT License.
// If a copy of the MIT was not distributed with gm file,
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.

package gtree_test
Expand Down
Loading
Loading