Skip to content

Commit

Permalink
完善注释
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkeridea committed Feb 5, 2021
1 parent ad98bea commit 54c5b8f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pool/benchmark/buffer_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// MIT License
// Copyright (c) 2020 Qi Yin <[email protected]>

package benchmark

import (
Expand Down
3 changes: 3 additions & 0 deletions pool/std_buffer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// MIT License
// Copyright (c) 2020 Qi Yin <[email protected]>

package pool

import (
Expand Down
3 changes: 3 additions & 0 deletions pool/std_buffer_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// MIT License
// Copyright (c) 2020 Qi Yin <[email protected]>

package pool

import (
Expand Down

0 comments on commit 54c5b8f

Please sign in to comment.