File tree Expand file tree Collapse file tree 7 files changed +35
-0
lines changed Expand file tree Collapse file tree 7 files changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
5
+
1
6
package configuration_test
2
7
3
8
import (
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
5
+
1
6
package core
2
7
3
8
import (
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
5
+
1
6
package observation
2
7
3
8
import (
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
5
+
1
6
package synchronization
2
7
3
8
import (
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
5
+
1
6
package buildinfo
2
7
3
8
var semVer string
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
5
+
1
6
// Package pointer provides utilities that assist in working with pointers.
2
7
package pointer
3
8
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2023 F5 Inc. All rights reserved.
3
+ * Use of this source code is governed by the Apache License that can be found in the LICENSE file.
4
+ */
5
+
1
6
package pointer_test
2
7
3
8
import (
You can’t perform that action at this time.
0 commit comments