go1.16-doc-1.16.15-150000.1.46.1 >  A bLp9|_G V0 T"15?)7Yȏ#Pc> ɉ7?{.P%t__Y"O䓗mR+c{D=EzcR䘵E-Csշ3 `ʘ/Eb( ?*p;s|?sld  # 4TX`d}     $ ( ,<PdB(f8p9:FpGpHpIpXpYp\q ]q0^q^bqcr(drerfrlrurvrzs ss s&shCgo1.16-doc1.16.15150000.1.46.1Go documentationGo examples and documentation.bLsheep11ΛSUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxx86_64zO4AՁbL{bL{bL{bL{649d67e452dd4e8ddc3d14d372dd0f6230a573bac7f4d86ae5111ac22c246f7a2471469d94804bb4017abcc565e7ba14e925599b32ac1044708a6bd68fd31aa7b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba56c79fc1c8aed92516f6723c47fab4fbcde80161d5885f090312d733f912f40brootrootrootrootrootrootrootrootgo1.16-1.16.15-150000.1.46.1.src.rpmgo-docgo1.16-docgo1.16-doc(x86-64)    go1.16rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.16.153.0.4-14.6.0-14.0-15.2-14.14.1b+9b(b b@b@aaaa@a`2a;Ha @a a `i@`.``@`+`g@`KW`H`.V`+`@_H@jkowalczyk@suse.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comfvogt@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- Add %define go_label as a configurable Go toolchain directory * go_label can be used to package multiple Go toolchains with the same go_api * go_label should be defined as go_api with an optional suffix e.g. %{go_api} or %{go_api}-foo * Default go_label = go_api makes no changes to package layout- add dont-force-gold-on-arm64.patch (bsc#1183043) - drop binutils-gold dependency- go1.16.15 (released 2022-03-03) includes a security fix to the regexp/syntax package, as well as bug fixes to the compiler, runtime, the go command, and to the net package Refs boo#1182345 go1.16 release tracking CVE-2022-24921 * boo#1196732 go#51112 CVE-2022-24921 * go#51117 regexp: stack overflow (process exit) handling deeply nested regexp * go#51331 cmd/go/internal/modfetch: erroneously resolves a v2+incompatible version when a v2/go.mod file exists * go#51198 cmd/compile: "runtime: bad pointer in frame" in riscv64 with complier optimizations * go#51161 net: use EDNS to increase DNS packet size [freeze exception] * go#50733 runtime/metrics: time histogram sub-bucket ranges are off by a factor of two- Add missing .bin binary test data to packaging. * Existing test data files added to packaging with mode 644: src/compress/bzip2/testdata/pass-random2.bin src/compress/bzip2/testdata/pass-random1.bin src/debug/dwarf/testdata/line-gcc-win.bin- go1.16.14 (released 2022-02-10) includes security fixes to the crypto/elliptic, math/big packages and to the go command, as well as bug fixes to the compiler, linker, runtime, the go command, and the debug/macho, debug/pe, net/http/httptest, and testing packages. Refs boo#1182345 go1.16 release tracking CVE-2022-23806 CVE-2022-23772 CVE-2022-23773 * boo#1195838 go#50974 CVE-2022-23806 * go#50977 crypto/elliptic: IsOnCurve returns true for invalid field elements * boo#1195835 go#50699 CVE-2022-23772 * go#50700 math/big: Rat.SetString may consume large amount of RAM and crash * boo#1195834 go#35671 CVE-2022-23773 * go#50686 cmd/go: do not treat branches with semantic-version names as releases * go#50866 cmd/compile: incorrect use of CMN on arm64 * go#50832 runtime/race: NoRaceMutexPureHappensBefore failures * go#50811 cmd/go: remove bitbucket VCS probing * go#50780 runtime: incorrect frame information in traceback traversal may hang the process. * go#50721 debug/pe: reading debug_info section of PE files that use the DWARF5 form DW_FORM_line_strp causes error * go#50682 cmd/compile: MOVWreg missing sign-extension following a Copy from a floating-point LoadReg * go#50645 testing: surprising interaction of subtests with TempDir * go#50585 net/http/httptest: add fipsonly compliant certificate in for NewTLSServer(), for dev.boringcrypto branch * go#50245 runtime: intermittent os/exec.Command.Start() Hang on Darwin in Presence of "plugin" Package- go1.16.13 (released 2022-01-06) includes fixes to the compiler, linker, runtime, and the net/http package. Refs boo#1182345 go1.16 release tracking * go#50449 x/net/http2: http.Server.WriteTimeout does not fire if the http2 stream's window is out of space. * go#50296 cmd/link: does not set section type of .init_array correctly * go#50194 runtime/race: building for iOS, but linking in object file built for macOS * go#50072 runtime: race detector SIGABRT or SIGSEGV on macOS Monterey * go#49923 cmd/link: support more load commands on Mach-O * go#49412 cmd/compile: internal compiler error: Op...LECall and OpDereference have mismatched mem * go#48115 runtime: mallocs cause "base outside usable address space" panic when running on iOS 14- go1.16.12 (released 2021-12-09) includes security fixes to the syscall and net/http packages. Refs boo#1182345 go1.16 release tracking CVE-2021-44716 CVE-2021-44717 * boo#1193598 go#50057 CVE-2021-44717 * go#50066 syscall: don’t close fd 0 on ForkExec error * boo#1193597 go#50058 CVE-2021-44716 * go#50064 net/http: limit growth of header canonicalization cache- go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and the net/http, net/http/httptest, and time packages. Refs boo#1182345 go1.16 release tracking * go#49910 x/net/http2: frequent failures in TestClientConnCloseAtBody * go#49908 x/net/ipv6: TestPacketConnReadWriteMulticast{UDP,ICMP} failing with "i/o timeout" on OpenBSD 6.8 and 7.0 * go#49904 x/net/http2: Client doesn't send body until ExpectContinueTimeout expires * go#49867 syscall: ntdll.dll errors in rtlGetNtVersionNumbers via os.StartProcess * go#49851 net/http/httptest: Close does not wait for the underlying Server's ConnState callbacks to complete * go#49728 runtime: "fatal error: unexpected signal during runtime execution" in cmd/go tests on darwin-amd64-race running macOS 12.0 * go#49661 x/net/http2: TestUnreadFlowControlReturned_Server failures with stream error "NO_ERROR" since 2021-10-05 * go#49623 net/http: Possible HTTP/2 busy loop regression in Go 1.17.3 * go#49567 net/http: server responds with Transfer-Encoding: identity * go#49560 x/net/http2: setting Request.Close doesn't close TCP connections * go#49558 net/http: HTTP/2 response body Close method sometimes returns spurious context cancelation error (1.17.3 regression) * go#49406 time: ParseInLocation error * go#49391 cmd/compile: internal compiler error: Expand calls interface data problem- go1.16.10 (released 2021-11-04) includes security fixes to the archive/zip and debug/macho packages, as well as bug fixes to the compiler, linker, runtime, the misc/wasm directory, and to the net/http package. Refs boo#1182345 go1.16 release tracking CVE-2021-41771 CVE-2021-41772 * boo#1192377 go#48990 CVE-2021-41771 * go#48991 debug/macho: invalid dynamic symbol table command can cause panic * boo#1192378 go#48085 CVE-2021-41772 * go#48251 archive/zip: Reader.Open panics on empty string * go#49153 misc/wasm, cmd/link: Go 1.17.2 causes WASM builds to throw command line too long with many environment variables * go#49076 x/net/http2: backport critical fixes * go#49009 net,runtime: apparent deadlock in (*net.conn).Close and runtime.netpollblock on arm64 platforms * go#48822 x/net/http2: client can hang forever if headers' size exceeds connection's buffer size and server hangs past request time * go#48649 x/net/http2: pool deadlock * go#48478 cmd/compile: 64 bits shifts on arm get wrong results * go#48474 cmd/compile: incorrect arm/arm64 simplification rules- go1.16.9 (released 2021-10-07) includes a security fix to the linker and misc/wasm directory, as well as bug fixes to the runtime and to the text/template package. Refs boo#1182345 go1.16 release tracking CVE-2021-38297 * boo#1191468 go#48797 CVE-2021-38297 * go#48799 security: fix CVE-2021-38297 misc/wasm, cmd/link: do not let command line args overwrite global data * go#48443 text/template: should t.init() be executed before t.muTmpl.Lock() in AddParseTree() method? * go#47858 time: timer reset sometimes ignored, causing delayed ticks- go1.16.8 (released 2021-09-09) includes a security fix to the archive/zip package, as well as bug fixes to the archive/zip, go/internal/gccgoimporter, html/template, net/http, and runtime/pprof packages. Refs boo#1182345 go1.16 release tracking CVE-2021-39293 * boo#1190589 go#47801 CVE-2021-39293 * go#47985 archive/zip: overflow in preallocation check can cause OOM panic * go#47691 x/net/http2: server sends RST_STREAM w/ PROTOCOL_ERROR to clients it incorrectly believes have violated max advertised num streams * go#47675 runtime/pprof: apparent deadlock in TestGoroutineSwitch on linux-armv6l * go#47610 go/internal/gccgoimporter: TestInstallationImporter broken with tip gccgo * go#47535 net/http: TestCancelRequestWhenSharingConnection can cause port exhaustion * go#47042 html/template: data race with concurrent ExecuteTemplate calls- Add bash scripts used by go tool commands to provide a more complete cross-compiling go toolchain install. * Fixes "go tool dist list" error "all.bash does not exist" * Added to packaging: /usr/lib64/go/1.16/lib/time/update.bash (already packaged) /usr/lib64/go/1.16/src/all.bash /usr/lib64/go/1.16/src/bootstrap.bash /usr/lib64/go/1.16/src/buildall.bash /usr/lib64/go/1.16/src/clean.bash /usr/lib64/go/1.16/src/cmp.bash /usr/lib64/go/1.16/src/make.bash /usr/lib64/go/1.16/src/race.bash /usr/lib64/go/1.16/src/run.bash /usr/share/go/1.16/src/all.bash /usr/share/go/1.16/src/bootstrap.bash /usr/share/go/1.16/src/buildall.bash /usr/share/go/1.16/src/clean.bash /usr/share/go/1.16/src/cmd/compile/internal/ssa/gen/cover.bash /usr/share/go/1.16/src/cmd/vendor/golang.org/x/sys/windows/mkerrors.bash /usr/share/go/1.16/src/cmd/vendor/golang.org/x/sys/windows/mkknownfolderids.bash /usr/share/go/1.16/src/cmp.bash /usr/share/go/1.16/src/internal/trace/mkcanned.bash /usr/share/go/1.16/src/make.bash /usr/share/go/1.16/src/race.bash /usr/share/go/1.16/src/run.bash- go1.16.7 (released 2021-08-05) includes a security fix to the net/http/httputil package, as well as bug fixes to the compiler, the linker, the runtime, the go command, and the net/http package. CVE-2021-36221 Refs boo#1182345 go1.16 release tracking * boo#1189162 go#46866 CVE-2021-36221 * go#47474 net/http: panic due to racy read of persistConn after handler panic * go#47348 cmd/go: "go list -f '{{.Stale}}'" stack overflow with cyclic imports * go#47332 time: Timer reset broken under heavy use since go1.16 timer optimizations added * go#47289 cmd/link: build error with cgo in Windows, redefinition of go.map.zero * go#47015 cmd/go: go mod vendor: open C:\Users\LICENSE: Access is denied. * go#46928 cmd/compile: register conflict between external linker and duffzero on arm64 * go#46858 runtime: ppc64x binaries randomly segfault on linux 5.13rc6 * go#46551 cmd/go: unhelpful error message when running "go install" on a replaced-but-not-required package- Drop patch to fix crashes on PowerPC with kernel >= 5.13, fixed in next upstream release: * drop fix-ppc64-crashes.patch- Add patch to fix crashes on PowerPC with kernel >= 5.13: * fix-ppc64-crashes.patch- go1.16.6 (released 2021-07-12) includes a security fix to the crypto/tls package, as well as bug fixes to the compiler, and the net and net/http packages. CVE-2021-34558 Refs boo#1182345 go1.16 release tracking * boo#1188229 go#47143 CVE-2021-34558 * go#47145 security: fix CVE-2021-34558 * go#46999 net: LookupMX behaviour broken * go#46981 net: TestCVE202133195 fails if /etc/resolv.conf specifies ndots larger than 3 * go#46769 syscall: TestGroupCleanupUserNamespace test failure on Fedora * go#46657 runtime: deeply nested struct initialized with non-zero values * go#44984 net/http: server not setting Content-Length in certain cases- Fix extraneous trailing percent character %endif% in spec file.- go1.16.5 (released 2021-06-03) includes security fixes to the archive/zip, math/big, net, and net/http/httputil packages, as well as bug fixes to the linker, the go command, and the net/http package. CVE-2021-33195 CVE-2021-33196 CVE-2021-33197 CVE-2021-33198 Refs boo#1182345 go1.16 release tracking * boo#1187443 go#46241 CVE-2021-33195 * go#46357 net: Lookup functions may return invalid host names * go#46530 net: Unix dnsclient test for CVE-2021-33195 assumes that 1.2.3.4 does not resolve * boo#1186622 go#46242 CVE-2021-33196 * go#46397 archive/zip: malformed archive may cause panic or memory exhaustion * boo#1187444 go#46313 CVE-2021-33197 * go#46315 net/http/httputil: ReverseProxy forwards Connection headers if first one is empty * boo#1187445 go#45910 CVE-2021-33198 * go#46306 math/big: (*Rat).SetString with "1.770p02041010010011001001" crashes with "makeslice: len out of range" * go#46214 cmd/go: make go mod download with no arguments leave go.sum alone * go#46144 cmd/go: error out of 'go mod tidy' if the go.mod file specifies a newer-than-supported Go version * go#46128 cmd/link: internal error when externally linking very large binaries * go#45927 cmd/link: SIGSEGV running 'openshift-install version' for release-4.8 using external linking on PPC64LE * go#45832 cmd/link: unexpected trampoline when cross-compiling to ppc64le- go1.16.4 (released 2021-05-06) includes a security fix to the net/http package, as well as bug fixes to the runtime, the compiler, and the archive/zip, time, and syscall packages. CVE-2021-31525 Refs boo#1182345 go1.16 release tracking * boo#1185790 CVE-2021-31525 * go#45712 net/http: ReadRequest can stack overflow * go#45636 cmd/compile: internal compiler error: Invalid PPC64 rotate mask * go#45482 runtime: "invalid pc-encoded table" throw caused by bad cgo traceback (expandFinalInlineFrames) * go#45385 time: Europe/Dublin timezone handling broken with embedded timezone database * go#45347 archive/zip: duplicate entries in FS interface * go#45307 os/signal: timeout in TestAllThreadsSyscallSignals- go1.16.3 (released 2021-04-01) includes fixes to the compiler, linker, runtime, the go command, and the testing and time packages. Refs boo#1182345 go1.16 release tracking * go#45303 runtime: "invalid pc-encoded table" throw caused by bad cgo traceback * go#45253 cmd/compile: fix long RMW bit operations on AMD64 * go#45240 all: run.{bash,bat,rc} sets GOPATH inconsistently * go#45192 Strange behaviour with loops * go#45030 cmd/link: go 1.16 plugin does not initialize global variables correctly when not used directly * go#44888 testing: Helper line number has changed in 1.16 * go#44885 cmd/go: import paths ending with '+' are rejected (affects executable like g++ or clang++) * go#44869 time, runtime: zero duration timer takes 2 minutes to fire * go#44860 cmd/go: documentation at golang.org for cmd/go has confusing formatting * go#44812 cmd/go: 'go get' does not add missing hash to go.sum when ziphash file missing from cache * go#44640 cmd/link: fail to build when using time/tzdata on ARM- go1.16.2 (released 2021-03-11) includes fixes to cgo, the compiler, linker, the go command, and the syscall and time packages. Refs boo#1182345 go1.16 release tracking * go#44793 cmd/go: mod tidy should ignore missing standard library packages * go#44746 cmd/go: improve error message when outside a module from "working directory is not part of a module" * go#44676 cmd/go: warning message when getting a retracted module version is missing a trailing newline * go#44659 runtime: marked free object in span * go#44647 cmd/go: "malformed import path" in Go 1.16 for packages with path elements containing a leading dot * go#44638 cmd/link: runtime crash, unexpected fault address 0xffffffffffffffff, h2_bundle.go, when using plugin * go#44618 time: LoadLocationFromTZData with slim tzdata uses incorrect zone * go#44593 syscall & x/sys/windows: buffer overflow in GetQueuedCompletionStatus * go#44498 cmd/go: 'go mod edit -exclude' erroneously rejects '+incompatible' versions * go#44496 cmd/go: malformed module path with retract v2+ * go#44464 cmd/compile: ICE on deferred call to syscall.LazyDLL.Call * go#44462 x/tools/go/analysis, syscall: ptrace redeclared in this block * go#44433 cmd/compile: Compiler regression in Go 1.16 - internal compiler error: child dcl collision on symbol * go#44402 doc: Broken image in readme * go#44358 cmd/compile: internal compiler error: Value live at entry. It shouldn't be. * go#44346 runtime/cgo: cannot build with -Wsign-compare- go1.16.1 (released 2021-03-10) includes security fixes to the archive/zip and encoding/xml packages. CVE-2021-27918 CVE-2021-27919 Refs boo#1182345 go1.16 release tracking * boo#1183333 CVE-2021-27918 * go#44915 encoding/xml: infinite loop when using `xml.NewTokenDecoder` with a custom `TokenReader` * boo#1183334 CVE-2021-27919 * go#44917 archive/zip: can panic when calling Reader.Open- gcc6-go.patch fix typo go-7 to go-6 for bootstrap on SLE-12 gcc6- go1.16 (released 2021-02-16) Go 1.16 is a major release of Go. go1.16.x minor releases will be provided through February 2022. https://github.com/golang/go/wiki/Go-Release-Cycle Most changes are in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. We expect almost all Go programs to continue to compile and run as before. Refs boo#1182345 go1.16 release tracking * See release notes https://golang.org/doc/go1.16. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * Module-aware mode is enabled by default, regardless of whether a go.mod file is present in the current working directory or a parent directory. More precisely, the GO111MODULE environment variable now defaults to on. To switch to the previous behavior, set GO111MODULE to auto. * Build commands like go build and go test no longer modify go.mod and go.sum by default. Instead, they report an error if a module requirement or checksum needs to be added or updated (as if the -mod=readonly flag were used). Module requirements and sums may be adjusted with go mod tidy or go get. * go install now accepts arguments with version suffixes (for example, go install example.com/cmd@v1.0.0). This causes go install to build and install packages in module-aware mode, ignoring the go.mod file in the current directory or any parent directory, if there is one. This is useful for installing executables without affecting the dependencies of the main module. * go install, with or without a version suffix (as described above), is now the recommended way to build and install packages in module mode. go get should be used with the -d flag to adjust the current module's dependencies without building packages, and use of go get to build and install packages is deprecated. In a future release, the -d flag will always be enabled. * retract directives may now be used in a go.mod file to indicate that certain published versions of the module should not be used by other modules. A module author may retract a version after a severe problem is discovered or if the version was published unintentionally. * The go mod vendor and go mod tidy subcommands now accept the -e flag, which instructs them to proceed despite errors in resolving missing packages. * The go command now ignores requirements on module versions excluded by exclude directives in the main module. Previously, the go command used the next version higher than an excluded version, but that version could change over time, resulting in non-reproducible builds. * In module mode, the go command now disallows import paths that include non-ASCII characters or path elements with a leading dot character (.). Module paths with these characters were already disallowed (see Module paths and versions), so this change affects only paths within module subdirectories. * The go command now supports including static files and file trees as part of the final executable, using the new //go:embed directive. See the documentation for the new embed package for details. * When using go test, a test that calls os.Exit(0) during execution of a test function will now be considered to fail. This will help catch cases in which a test calls code that calls os.Exit(0) and thereby stops running all future tests. If a TestMain function calls os.Exit(0) that is still considered to be a passing test. * go test reports an error when the -c or -i flags are used together with unknown flags. Normally, unknown flags are passed to tests, but when -c or -i are used, tests are not run. * The go get -insecure flag is deprecated and will be removed in a future version. This flag permits fetching from repositories and resolving custom domains using insecure schemes such as HTTP, and also bypasses module sum validation using the checksum database. To permit the use of insecure schemes, use the GOINSECURE environment variable instead. To bypass module sum validation, use GOPRIVATE or GONOSUMDB. See go help environment for details. * go get example.com/mod@patch now requires that some version of example.com/mod already be required by the main module. (However, go get -u=patch continues to patch even newly-added dependencies.) * GOVCS is a new environment variable that limits which version control tools the go command may use to download source code. This mitigates security issues with tools that are typically used in trusted, authenticated environments. By default, git and hg may be used to download code from any repository. svn, bzr, and fossil may only be used to download code from repositories with module paths or package paths matching patterns in the GOPRIVATE environment variable. See go help vcs for details. * When the main module's go.mod file declares go 1.16 or higher, the all package pattern now matches only those packages that are transitively imported by a package or test found in the main module. (Packages imported by tests of packages imported by the main module are no longer included.) This is the same set of packages retained by go mod vendor since Go 1.11. * When the -toolexec build flag is specified to use a program when invoking toolchain programs like compile or asm, the environment variable TOOLEXEC_IMPORTPATH is now set to the import path of the package being built. * The -i flag accepted by go build, go install, and go test is now deprecated. The -i flag instructs the go command to install packages imported by packages named on the command line. Since the build cache was introduced in Go 1.10, the -i flag no longer has a significant effect on build times, and it causes errors when the install directory is not writable. * When the -export flag is specified, the BuildID field is now set to the build ID of the compiled package. This is equivalent to running go tool buildid on go list -exported -f {{.Export}}, but without the extra step. * The -overlay flag specifies a JSON configuration file containing a set of file path replacements. The -overlay flag may be used with all build commands and go mod subcommands. It is primarily intended to be used by editor tooling such as gopls to understand the effects of unsaved changes to source files. The config file maps actual file paths to replacement file paths and the go command and its builds will run as if the actual file paths exist with the contents given by the replacement file paths, or don't exist if the replacement file paths are empty. * The cgo tool will no longer try to translate C struct bitfields into Go struct fields, even if their size can be represented in Go. The order in which C bitfields appear in memory is implementation dependent, so in some cases the cgo tool produced results that were silently incorrect. * The linux/riscv64 port now supports cgo and -buildmode=pie. This release also includes performance optimizations and code generation improvements for RISC-V. * The new runtime/metrics package introduces a stable interface for reading implementation-defined metrics from the Go runtime. It supersedes existing functions like runtime.ReadMemStats and debug.GCStats and is significantly more general and efficient. See the package documentation for more details. * Setting the GODEBUG environment variable to inittrace=1 now causes the runtime to emit a single line to standard error for each package init, summarizing its execution time and memory allocation. This trace can be used to find bottlenecks or regressions in Go startup performance. The GODEBUG documentation describes the format. * On Linux, the runtime now defaults to releasing memory to the operating system promptly (using MADV_DONTNEED), rather than lazily when the operating system is under memory pressure (using MADV_FREE). This means process-level memory statistics like RSS will more accurately reflect the amount of physical memory being used by Go processes. Systems that are currently using GODEBUG=madvdontneed=1 to improve memory monitoring behavior no longer need to set this environment variable. * Go 1.16 fixes a discrepancy between the race detector and the Go memory model. The race detector now more precisely follows the channel synchronization rules of the memory model. As a result, the detector may now report races it previously missed. * linker: This release includes additional improvements to the Go linker, reducing linker resource usage (both time and memory) and improving code robustness/maintainability. These changes form the second half of a two-release project to modernize the Go linker. * The linker changes in 1.16 extend the 1.15 improvements to all supported architecture/OS combinations (the 1.15 performance improvements were primarily focused on ELF-based OSes and amd64 architectures). For a representative set of large Go programs, linking is 20-25% faster than 1.15 and requires 5-15% less memory on average for linux/amd64, with larger improvements for other architectures and OSes. Most binaries are also smaller as a result of more aggressive symbol pruning. * The new embed package provides access to files embedded in the program during compilation using the new //go:embed directive. * The new io/fs package defines the fs.FS interface, an abstraction for read-only trees of files. The standard library packages have been adapted to make use of the interface as appropriate. * For testing code that implements fs.FS, the new testing/fstest package provides a TestFS function that checks for and reports common mistakes. It also provides a simple in-memory file system implementation, MapFS, which can be useful for testing code that accepts fs.FS implementations. * syscall: On Linux, Setgid, Setuid, and related calls are now implemented. Previously, they returned an syscall.EOPNOTSUPP error. On Linux, the new functions AllThreadsSyscall and AllThreadsSyscall6 may be used to make a system call on all Go threads in the process. These functions may only be used by programs that do not use cgo; if a program uses cgo, they will always return syscall.ENOTSUP. * time/tzdata: The slim timezone data format is now used for the timezone database in $GOROOT/lib/time/zoneinfo.zip and the embedded copy in this package. This reduces the size of the timezone database by about 350 KB.- go1.16rc1 (released 2021-01-28) is a release candidate of go1.16 cut from the master branch at the revision tagged go1.16rc1.- go1.16beta1 (released 2020-12-08) is a beta version of go1.16 cut from the master branch at the revision tagged go1.16beta1.sheep11 16491491171.16.151.16.15-150000.1.46.11.16.15-150000.1.46.1asm.htmlgo1.16.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.16/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:23540/SUSE_SLE-15_Update/899cf56651552adc663e6a03bd5be17d-go1.16.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxHTML document, UTF-8 Unicode textHTML document, ASCII text@91L\utf-817befd351c834b5793eca63a6a8d084d3cdc4dac648c0a8452617aa13b48f3cf?P7zXZ !t/] crv(vX0x *+È,׿L佽òL)Ӳ;ւ mĿu|њa,{OG&ʶ)4d60E>bZ7%TρlH:Da v**_Ev'/uÃziX-wyMUQ31fa\ (QdS)a5$ػ4$]T=é̛Y% 6\>;.J0$졬Noc<=iU<_7[ _VՁ=ӅךcBC=.h(W1i~~ѐ.[qPaPGb!KF(KY J%8|9ȃ~W" X|vꪂ@rE=Fi'\'aY6Lſo?Ί](=| { 9czm֐;GFt4yNޥ "ϖa'MG})V{dRv Ē L r p k2Z#.ّ%"Aځ0Bcqoβ߯ʤDz/ A} ڟӊ(RRwGM/2׭vׂaF C!^(;@0Xsmn <R= r\˿aho&Ԗz A8WQp$FFE`j 4B4}5NQH7L;Gնos?wkQJDi%óok5e݈,u@/B֟:0#L`Tv**+2Gžco1k!Hɖ 2~9ڹsf`m3#?$%6 oyESL1감?1~MKZtvK2E}ϹOGڂ-F([MɗKk!uYCo__3@mw{MuR:Y84itaXqU|$\4Ia}-YُGk9[TKnV f5` @s#kKak&Z?Pe\h[y6B#4p6l|* X'v/1v\2`p ]F~_ۇ/DZ6D/T{P:(~ gu@ |x&7$fQH  ;")LTl8ʦS5|{Fv"8"j =iiutN2dے |Hi㛹k'ʇEھL=waRNѾfٙϦtgT!gdJfmQ&W͚N@j}.2idφ%HUm`j!X`c謾4@t8=5P'\MZ'Q3Sh\+tj&RuZY}`<~?44%2#zfƮe+—sԘi}@oAhma=̙}<55j0JaB4`n҃?{3VA?F$e)G*Ax<`<6,A# yI\ Tpgw%lfԎZ/AC|M^On,Jk-Wķ ݼ]7~8N >̻xU`0QY{Ҙjr\=Y]}0dP)WF uM0/.ӎI@^/YVN朁fSd6(IQ]R"6O*A`4cw029.W4Cn8MpXHsTxܪV5U_YEsn -N +hͻ#M@GajCE[G:Q4ҍ^wW,^!z,:]Oc٘6<>GK@<96 =0 [3g8I0Ml+[;/b!waʺ$p-o(ai[0TG]>n诘+ I+b3>aRрlܞ/?߄;hC1.D iayUy%#%bi Ecd=hls2!bژ}WD8Wʱh:&zx~@6l/XL[_&o3@{G Pٸ9P2AHۃ)Z$_Gd+NkBQůM߱E"g@ .Tl|d$ {`T*G 8m㘛tF{-BCW$oAtg}^WקȰ>$%Ēco"mw#?x.,6UoI qU. 08"w%@O22,f^,ߍWfg 3~(-d r~g:C..dZc"($TŊshQa6R~nF1T .?1AGC\IJ_ oUⳛtYcd1d6=M3; C@l Nu 'yu !זشN9e{n^%՜.gO5jNO@sb[R%1VCwgdhC@(=['pkz@߿X VM;&0{I-`xYYI㘸8KG9`$% ;=8ϝoV?3veWiD> #0DPA{U|$}ip`XZnʓGK&L%\5KA-Ζ?MO i~}bgDަS5U2lqc%>76ģV| 1,g:-~r`1.ME \)&56YwLANaђ&{խfM6N.Z0tJ(=V !}6[,l0fRo萭F<$3H3}ˮKAn*W/u,bV {{Vh-q^9h͟Oc@H=*X mijd5 '3lt(z|-gLJRGC+B|w948b#x]n)؉ugN-X!d@{;#:j<ޛl}GU?WTOݳ <ۖ^yoa~Aڤe91|zi ; ǣq9y, BˌP0HC0H/E&Qāf9[ƌj⁋u7prpUnjn4h| q&y,ۭ gY2Y˜>1}kY^ mfa 2$`{L+; blhxɚJViYB&9 hAhۨ `%34zxBR{ aPRUsќIc? B_)Tm2 ';7To35-S9tW7 ~1!?ۺ'̓T[ie?;)X|[(ۖjPtcCjIRxo5mZ򄗔q6 hc+nSٽbmgJbGG?in.VЪݖBHן Baӕ0!EA{w)Kg@2{`&2FvJjsT^)ek}0ҊQ Qn筭Jz0L0qԘx< /-Id!6w,lml %WMkVY<]Ӧ귺^]K{ -uڐ΅7@; >Q]>iAMĀ])^\oP>=Z Y%fJw$-) kdμs֚H^7(!{=38L|ޤ,faNw;,:&G,zC% n`'nc͐*BNCq5-m#˦uAR5&kaq0x@OBʉxcD!bܠQTQL-xsF4Ki$~1ɩر| C5̵OFB}.w& 6)w|^\!ycP[F&067#{8J'c45p7NlŪ*3`C ?iyc=7D'.p9`axA/#.6rMpA*>:ګѫz՜+x0N2c"KهlW|fҩWr]J2YI]{eblz [wTH YqrՉe.L И$C->io3]BUYW(;cE#0N9-7/ĝsĶ]߲)I? hH+ φ)oyyb'@4$Q֥;ygﰘ*YS^T >Nio ٰ/S= ̯M\ߣy"{%ִс*pxjdtȌ 20LU"8٭ûc$<)S[)n*dIbg? Y^(Z5P=KRʜxZ0U=@R4a[AAO۾n pEf.>HR roDzq9;)KǍ/R޸R20;sK0z6XoyXIb=#TGPpl N"ۘRldCUlnI=}UK=G?8`i.K%wތG  \Hpsm ԏa;XϠ `.} d\y6k:93@PڲDY17; 41tQ4[d ކ\eaUqFWƈ_PE7w~m\Mdi@REʵ{:xB Qc';x깍P? pzN)RCML 8 `v j lj59áTPuk18 0t6LX@j[r(&Y 6}A~FGP\\ [ m֎ -_ ~h W4`{ :'Y/0c܄ҭo<kށRI\6Rܪx ZPmxV" |B셉xW>0i{WqL6.X9rlu{Ieܯb^t ttY\Tzu*dmTʕb_%&p_JZğyQr#qZ꠾T\B3 #Kү+m }R>SN#o1fLE͟Rv{ aLpy˭aڡ9"?pG*V oNd}!u?y?9Z3Qk†UFeRzx0zΘs !;%&jRP2S|!wT P/XPVD3Vzd_7WN2<5Eゅ%E}Pد,$椨UAv쐢@^Vݧ«t`[0j.m6ҲmuNieU`AmxhWGOԤv" f}8w(fd6I;{o=;y!5R\ʞ0zj$T9v^^ .KOKFM8#QTaGB2;P'J坡0 lUIYc7QYLߟ.l|Ys~ ؖkEAْ͘$?nU)zXl 97OdiWh=jYZCEq3_9"&*gh,0RXa WFFmYTKD "nӄ3. g?7$uɒӐH7ul@M'ES V]XoԴBtcH&O q'y~p{])Cf\.lpC;>a6^1 qկmB!imETu`PdΎ%Vok$]MHC;@(pqxgVKگT'T{J`Ɂ{1U+DAG!.S*6ڂꨜV<`zw syTb L&4uAG0;˨  mP$ػ}(:QƘTSf |#Lm(dO6L@#k }.fSLx_}{As`^eX`6XG{Ęن6BK4u'iCoe4zԯDnV?6 $qO0CgǜEd֓<d Yi,1>@ErW$tSG jZ] i \F7f7@RY“rky ޣ?RdNӢ^ꝞyBo Tf'Q݂S?ΛE 7nI `P6qd'Z$U?Sz_ⰫLzĎO)8(!^n N.j: X3hI@');N'˻lO]a5س{{=>I$k,cחAjjD@PU+_ڊ+@Ar/rVnL@p ea"x Kگ bfH2^vJi T= 6 ͍W`++@v 6`LZʁ[O}"|LrϩCLpPWLk!DB'yP5 (m£(,t]0[ a5Whp(&L‰t#wvm~FO[5>1qF<]QT՗]B]վх;kEABrjvŤMG8(HĽ^jSC>lMz6@ D91!UAԉwWOi|QpCQn}b2-ؙM] tID 7kˌr0`a cΓ'1E\dٮsQj*W-),S KD\Gm5!p+Cݷnh>C 2,sHBS{ uML-9,N_o*I@G${E ŀ;y}4.K%?s1ٛ#,Xx3SO4pB3b[؞ubwۗL` ">*2 Cå0 u9❚?Mɺkf.(,̾8ؿP烖`miPAp9kGU3Jp,D&\4D--5\&F:RMf >1&%Ld'Hݫ Vp1뾐FۨUV"7}2ܛEwn摘`dH`8[|LJ^ou8oU``Ž1#v}@e?FwLrP z&v/ԜcxG~3"#-Sp \ ~ΊcLx(YݦBl@U" SKcAg~i]VR$WUӇJL}]q] 0y&O FuR%:8} "B+5{[WXv"Z-(xCIhREkc*v £J>| 5sǐb+('C2r*n%KsԷۢo>]Jʂrjq@#ǽ:o @!nlYQ 3d,Sm$Q)7XEm"ŷv)1?u^"Y 2z!Zⴊ3P?΃Ӭ{i Kws͊Tln\ n@A3T;NY<9pg1d~=7f))$E! a%a@VǛ8lj\ˀX%6V*^# hPGX N [S0bT)=1'7Z68y+!^[CS95 L*g!JpRAw"y_QS8:r R$8G> Ha*z*=Cr<- iDZ[y2XH$|,ܜgӸQ[Pc8xIr"OG!Wr3bِvPQ U|O|a||G3 طyXyD-dj?)|tV/QeSґACc,^",FXPQ՞~ӁNJ=lV¨D~@8j~9Y}DSoxkņYRU㨽R'r+WB,E{uj{x/pincbWsBG9@:?R;z\]՜n3#YF!:~I|#b3`&jůùեf>>%]!G@TNV p%ݩSFnocӶ]pH okzlLڿ6eXWNp=*X֬haX bmR#4zϬ3f$?eU@\QJz+j)hRU7,zӐ29JڷOtJ+׋l@I8> Ľ=j},8=L`ktձrEiW^`"+cK.٢(7`_6GV^1¯Z$H )BF24!ِY VJzA=+/aC*w+ mw3 ^}YH`\J_KKP}B)S7( 7X'|}1] 8 Mcp'>-mVrI?x:epi'gyEhW inRL/a, v:aSK#?)12 |uXIL en'SR,ZU`@ΔVVa>E=M+`ӠKӇD}:Cѿ+R>Sj# >2tDB_%-F2M^\鶦;;ZT.^ƭ>ODVTTs`_M:7^ZE  TAxoNs,ֿ(e&P>}ޑ*}o ZA]C Y p_) (*gx6ޞ6r\'o}ޫ6U݅py>$ִ Lu.Z5j_FsB]Ǜa]`*d]h&+ rA([։$g#\(P^*7(qnҜ- )\vg{VVI$RԆmsf ? "LgK';7eU8 &,N.DqԪMZ1ȕ^} ՉlfLo\G$,ιݧs"@BOZHfR*XfN43EM /|T!! ]kfFg.3\ n{dsZ6KG +/K =1A/J5xHfÚvjћSr0867C֌peȧ|I-0l4 _U͑F}nkҿx% ?G4BC ygчי(#}7MQ~gbajqFH̫THF cdeYm#p-L|閠1`nɳ\pZbP8ι5B8fw"$ F]/=hI}o?YrzPQxPAtM 8yݰj3IΏ1kͯG2V_peW:FqgV2ۛkɁa_<0 <`A,C>sT/ ܌PQz09#IN<ư=D^yU2 Ot|ޱz#AT%͠kKLI K՛ slj}X[ET1UAlqUeP>jp!>1+7Cۚ@c^W6ɠLH_A.{Wvɀr&Շ7x&IqJq b k颍" :%x>ձ=>Kؿ H;&ݣ<^  $}srX]zt=}OV^`K0SLN1-|k»PVSޗ+Gwޕw#3DPHT#cڶqe5Do{(xcC@?-ONHQ#էO'v]dw}G0>V=G|lH.tri?zJr]YjV= #1bN,-X?Xx8L8 ξ#Z+; xvmЯ[ Civa498mJ6@PFC4PȤG=zOs.QHR<@ģn+(&}DK-]6M[2Yé Kx ݳ!qiчDm2 ~@si384XaVUwq!Rtr߾,+¬WMyeH"NQՁX1όd!m[A|h֖j¢\%'8mjȝ͇[ c=;GĦÇLfیڗ-:7TVmjBihoVC*#Jϸ&pTgEӵ6p0jKb,dDZ f {_'nv3nbOh} 4ʈS6D%]aj"¬uQ .By}%69L Q6-ckc4&TP.Fkn}ӠJ6D^ʧ! Uk GpK0`u-Bt3D{ln/SI"z48 d>*˰]MDf _`f3z:q ^Eػ`rBke٪ݦ!lXF6Y$5/-FƠ v@r}5r.id–kBY-uG/DDP9dػ,Tz_SnA>'釠W1>z8pH~OϐTfrYJV3<)4g63@8H\hJ =e.F@^EN${C ,VtVFt\$F:Hu}N{FT&k*n$0M2X(8o7}=RVK~V ݑlle,cAztvg"f+:"e#BI掏=i۠c`2xy@ku6Y50cHf]XK8- 2T}uܪo dzKxG|yr|D[B/ 'T/cB㑲j2Ӧ#5mViü„=W]Aǵ8W" Ħ'NF'`}H]86(Iw0WWBML$rXMj:lq e\cV,Ĉ 5FKxu~Ш7(4)~ wirbeжr)q XD,kcuS皛u 3we')C//}`a%0thKfuI=f4[$z^T8_گIiݛlܝ3WsIslRyyz^x uZgX%jI?r{$AɧE2USc1Xo &Ò|, 7yOc2WPs`FL{5DB0F>m`E{:VMix˗*bΕԠD!Mgwzp:sGõ8@~]Tbg]ڞ'w&V$ :N5?h`*5T{A84 |JaׯjX/׭lGƼ "U2\\v2Wm:EzЏ-a?^vP`^-8v2X [ "%\l:CxfHZ3 PncquzmUGcovM~!]V3 u Pz.S$B%j_Se*м"y或=0́BȅkV;ǜF>NdW bں k 4&b^O_\L^hp8^#Z&hǨgV"G= Ʉ8Ny}rpd>޳ń jIa9ҋ2Տ NT-t GCl>Ҕ&F @I:9+ԕp=U C< #Ip1QV 4ѡ:ͅL)|6\fj]@!whC0O&QsQ@ -EpH Vjz<ا?w%|CI]0o.w}AV3J1wiBtǥjZ ;֯lAgqng9 Gi℉Ո5G1TzM0`ӑ /8NMԑD; sVYnӚ^ ?:Yjޯ6hVh5 '@U՘}2F,A\r@rOB֌z0$\>. :S'W[=K=zz9&<@t=OTcf8뢏mET?\:$W8tU5TrP'jJwysIK x%2ɸ+lvÄ9]\i/_̈́GLFOfpIzt{ ~L\xo*vHA2cTI1N&ӞV ET~7$ b\mvP x9)G,YQ}y(870w(.d`m> x9PMuG?o`bZ2[w}#}ǴZ ]PdW0FMV^ý+̘uܱ$Oh5eλ7wݡnթvCΦJcFNKc auUYȨ.-Kd p<FSbӅr.N/ldWD2#L&V zV\=! q~VR)LENV|_O}-2(#K<g b".1W&5a'`x&8ۧh)!3wGՖ vU8]_ U=J0~vCJD^]4ұr|PLZoD!Eqϑ Ua)y;tsk}>2`;̘̱#N*n` m13ѿE8m"?Ҵݑjن̭:l&(B,Kߴ7ݤ uC'r#0&B7Ysjo9Dcn!x|B9 2g{XAt[M(5s^<budL-.%1#l_59{vo9ʿl*pE\&ƣ+^ >&74#%>gV$L #v.aB.g܉8VnSb VS }0{C z+n~*#Ζ=yy)urd&1`I= ɾ$JD鸮/1-P5$9d>&Pm)B5VEh}{+TnX>}(Fuvr y/-+4F0gXwPf ɷ єC FZ&o⅃?YLm#P3]7[X٠*3y!dCs6_P"jѲk`Zoy'ГZ[@꾺5"JaO6'/=9 ~s/h\bLޟ@f%5wR=8]<`[qMgqgj?CϤ>Bvm_9mAX[$1[>^5JnB `1yY&/棘 9h&@3Yr bi*s5__l F }X%%GYlĸn}n-J67ʾ?wnek Մ H)}MOpmP|%MWHj2hǻ9øI UdU0O =5R2V3gΕBI♫f_LTw$4M.Qn'h+GX ]atLep,fc^/Z͑LobFO\zl7'IZ.t#fi|(^0|^su< W"3nZf%4~paz`yOG/n;!F7eJx$oi](Gdt:$Z@w<-PN Z K ygw:,07{{Sx|fܻsFFȏnuLy6Mm#!93 PB&Ġ) =9,eӱlmDO]qzi]d ! *pA2{(wO!j'p꼭۹.O$sީ}ǿ6oཅb*W-_$[љ;(iQnASTI?rL=A?ϨA|Fxp4 噩F"eի q@zxb}Zjsrǧ%wk#DvX1FSg馐BN{]vx6ON^,ZP8AXWQBJ6,X~Fuʵ&@f8_+;*P9.Ku/ [.EM o5?@4!VLA2)zˁ Fv|<ЕsI DufEQ<3"#&)Hh)/rlɜP9$gTnOQn(4hE }@`j>45N7:z3`~|^ic gH+`Gd56Zj},DX* b.z0ȷ\jȞ f 4:[f ӷ?`ȥas0,w׎P.*'B 0ؒĈQ$dkz9PSAs,3xy5iCfԴ'@_BCdG#aBtP:0—аi>16S$yV_z^-n}+WW#:>EI5tQT 2:.mӔ }A?鷮"_8iUB:A!Oj@1Vˍ0F6@#gfSJ_Y}BG9]IjW@6ԯAw.hC8tY ?xׄz)bEϕ?&6{p}ue:‘oSؐftlzlWuQ![лF6G7x-'iV\ÂeX$,c_ t+3R 弢Áy !SW;JͷuyR5UٺiD]l^k},#rrGXߩ9Ϗ Jd41fXӁWGeIˑ|D2TqO&񵗫~Y fg~\~+-{EJm&]0ΊC 9͕Hmr]%#̫BL&*1~z& i%%2:\!*OaٸZxQ'U$:Z`5Ddrͮ:Nn9?x jʓuox[GN RPKig8W&%2΂{+]zę.;Z/+8a&/8; 6^Ǟ " 5ѬLl-&jAA}IǸgs po9ttvH٨_%b=_JNQ%`z&'yb,G,gU(y@9O|/D9mST;%@)@al̕ ;OYyũHb]Y)F ;΀Uc(0b>?@W8͛73bo$-F+8Cw[ϙ*XJ'Wbrd.27 ̒ Y4@Kw'I2G%~MqzWNɡ7|eгt},uy9jl9c <߫,+eS3^ff1k*d#h̸%f˫&RI%0,BY0eY["Fۙ|MZV:VKǃDXғ_"?]`@+aC_]Ouٚ+,wԜeQ9bC4,c>W[X!1 2Z dvN|Vm>a ]O?׍t k6; R%j|;5U:[yZ,Oy&{ ȩ'\e 8"Z:u(%wr Ab!gjؗ>Hd X[;D.T>2|V7DH"]2z&U ^!]X$l,3j1qI՛Ň:oc_ n{ s hޛ0[7eaYTMƨiDVeo\~kP vCm,eЎkbhJ3 q!lWK}Goĝ7~0+[e{[G1 0UKo#d~wD>g wqG<3Cym.Dȿvᤳۃи/륈ZiUkI #?bzl-i*7ŏ>xgA |Ep=wK/0#Zǻ̹Z!\wAlܧЌi1DPe #ЄoHqwFl9|aMW 4fO;)RZS('+nj`L\w?BԳe5g^rWǬV[B}{77&̣#ǞU6nV@bTlԞu"!z1v@ ?tQa^Ռ`6g%Erl.KYZ>՝Y-_6BHB@kT xz,t$ O37Wr"qps5?pq{EVDė˷f 9%ceTA]T@6YU/k{r Grm5BffTМ◧]d1ХFuuJlkƧJpt7Y_̕јMnq0 H. {{kؿڶ֗#͑kП5Fj俏L\^*Cf]w{&|Ήs-'4=`q iO-)_AHyݔqAޱ B,2te萷.KV t Pk"F{酆Z&_=c? }j܆nף)qb(:nw[xbwl/B0fhzWbF b=ܘuDN!-ue')6xXjĿ$-]}\X]RE%tjEnˊxpxk1tu%جC.9Ο%MQTw]N<]0Ƀk77oT,(m$ QiH5F{` G:)t*\7zC leUgwv? `YUZ7|΅j)*ἴ|ء5 NL~Қ"lquW$ɛ,}9'ml&s>Ca.|d*C+<8ʈGW9A }LyʹZ#O cpkjҲG $YY&8xKMWq¡:5>?1Tb_uW+l|5ܘR&…c}̪vMd*:Z Ŭe:>XM˛5LWj$ Jk}lԋ,q)v59J/eLfATa vc7 pK+Chh7BVcY|^}ǷQv{x?.?6o4{G*čxfzGe FN|)j'v#gQgg*Ie%H峈6Gp1 |ZD^9/Mg淼O1?z1[E6ƱFK4@gqAe wL(H@zmfa5 n 0c˩FmDU&7֕ bx;vRDy.&TMM\JX,N~[^i < 5kxc7BW8eX!B6v3WV~H=sF4A&Pi~.Qs{[Lhp5۞ uy@3TM8%q&Vi؈}ZDJI+s^*:7&4=3L'* 04VVZ 6F3ΓԢ{fᚮot+Hj L>Y\'mVWّXۙ40Ay+&70KQTANi@!W 2%?5s8I Έ}Sёd!N"/943h3_(#k.?ҁpFh{D@rL9A?bW 蚏O6Tɮ3Z,R!XA㝒Pl=A˦51ViHjX"fYuN87SrD[?vk>8K?b%dԥ1MsǽtdAz6UT$I;<:AL֔f}p45[,n - M퓍y"0K< j3 ֿ=oYNHIHtPvQ!Fi 2^*] D =B߲"(@aK\/fS'* B5 MҌ F*&nJ{JsՔ&ppM}I?MExVHlx%y-9Pnx$tsI%z!&dׁ=hlp-+PGq̱as;M8,ވS?jjf~>[kC~z.Iښ^~ZgAfm`gl0 z%q>{dhJ7~R.iZ}OZї1?aH֍ Z4|BuO( $yr {M qM{wtx?Eg5=LjJ"/hO tT.v0d=L39ܗj}>MI=5WE=^_(}w g z?bh`()֩Zy4wH킞M6t"g=R\06=ainPG T<}c/Ρ2>y'.7Q^?P|o `3}<"ݢݎN\] X\Hپl57Ak?8 6 L:tCK͸hqYg9 %|)Kw!7=$)K$*Ccf_=^˗HhKl N 061XۉBj+iU8Sq j~^T';bl?en",dڹNRztBg1c9 >_h:bK}˔ؗd.y}U"SA%[W%*A=Z:Pt:~H୩?یEB&ޚN^R@Q^7ojDRɟsX833a$@)?mz+O7#+G՞r8)O F֪xߣ3`iK~yuu`g}Q{Qߡ0Mq{>y4"3`z7#,u!CY:@M]ְЏwPNG 6sQwԥ`Ǒg΍]ɇdb~|-jx$IBڴpߡS`'o[f_bՅ3i9]Xch҉`1 )Lpߺ䅚zP } 7/wbS:-V+$N;S?Elø֡p^7SA;2xj_ -n;_ifNr6pއ$&@MBOPTɦt~mcbG7o"aOlQ8]+\}0 5S[ RN>{*NyTG^! vY6yyqNV8*XLLCE/X71#I6-0@|Ʉ [V_ д<^>W-a74n9Am2?Í Qm:%ŀ@;#UrEMSxt z)/u"zس"T %XZp  !0"=BBaNF;ʒ}T;]xzuU[3W0")xmG}䣭jfonЦ*<Ȕ! y [yd4$w/iWPbW&)bɁiGjho+ 6T,+gRFS}Б 8kٔ;Ћ3%y%n/ :_莱\"rKN\}Cշyzaߡ!t0b5;@:^8sh/*Tʠ"{+komlxz- &Śꔪ9g8f@E4yI#~Ĺ&y VL!ȗ͝JN]:9 ?^u@-/7avYƤBm*u f71é xw}:s86uJPHI#8EoN9u<$I~WW3Jzn~\dĻ` FzcQ]$miD{T/sMgs@ol&Q694j!>~K dhw3@Ŵ#F-o{w=zI Hme'Gxt|C5x E'0]͊ǰSq$SlֆMG_$7pt)0rRǛl(zBwnر5&$ ;{=U6 ۛ}q~O}Gz]F.`ӯMY0ZsІ}N#qDTOb1y2a|{͖sS1>"RϢ.4F`i$c .jN<2ӳ"wES'tm$Cj:wt>\Gag z$ P됽2mrBpp,-Sq&X^E3-x `nHUyxy&$PwUs,w;ٱ#"RHeQ sf&wi4BB>Ly8#3X 1u~?aU],(`~|1 b.Ղb:ڋ `lNj[^QzA3hX,0'eVڼKV wku .`0fo%ڋkk/cU| 0fw9gIX]X+_z,HAbߩ$+B!J+-C&8mGj848F8#7Puov}#w#%VpT3+}هGd Q\ ~G9ekB 6 zFɰTWآ6ݣ\'hzϐ bYحb}#z)VmHL>qaax?Rt``BL(u}qCT׭JvP]-jW1T5CcJ|tkwa !q X)ݵb§'2<`Hu^mZBjfuUuR  h(s`s fIQS^Of*nE`r2Ӛ(*!n)/:>xG~ 0E t~QS8M%736Nnjb)/ogBCL|DhHK/-fJ&;(>ڨ!g@vVwi<3PbEgԭ;vs#tc!Kcq,v1G6dW(iwTݢ~șS)dViڨ<0q+flXQ&N. _}:{-S,8dֹnuKGuDADE88I`1.[g'^Z: %ہ*Pj֞DZUpZ+7 yV˓Ȱ73= _;++Odu'qqd<.5&e.58<zNaH9&RD)LPT B..sXC@:{ 񪍵A^"B蝀GO_*+ZRLy*!!/5T.6|o@P9==8&%SL(<'tAi_W9>oנ{uN` Zo.xY!V@Z4DRz 2>!Esͨ9z=ds'F""I0=ksS&qX5NV_HaD?$oՌRD8/#ԥúԐpj"%C ]\ܞ%G>+t0bo>rw'*lQނ'%3D(K\+>(| e|x>B͐\DyS٭a`UNiqoG{L$7]Ϣ >) /&$ GeORq1ocL {_@8{ Ʌ+HSݫ]vLfI59?z}!kɿgztS&Y(݌C8a64 KGZ(ZSTD-:a]!5ٺ/eoBi(GK,QkF`u_ An|>5F:=D(m«Ƥ=rd(pgaG98x"Y7ֱ3 mcP8ִM#}\0\.qFܳ>lk!,|Ǘ<]R5a{i%'% q%sl]`q_ql:1,p!>Oz"= OH~ R[14ff _R:1+nh݈jT(T#H4 K"ky өpcj"N[Q*n:*c3L-8]Fm~[˅n(v]! NP1Sp?9+pzs_ I-o߳vqTS ncxLr~GjtwuLpV[qi1+5ӟwbPP"Z*V=hrр3{o~ ú jav] a r4Oԡ^{^RĢe#w,\uckֵ&\"z&lqC{n %^<`%|ʺqsӷ,݉o+JWݫu Kb^ie|C 2y~ק@KWLD|YV/=(-1f71]%qcYIcyYĜ4-E̐$i'w2q o)Tx/rnƢM_ D03);53H`A6lŰ@#ƭu_ /MFBJҠ$0ѯ0:[FfSӹi!,՚d_,n(j.X_~Hzqj`z ZnB:HYMmGSwƦUxcC'XˤU*:W[Ms]1-S"g'I|Ej_V7RQU$'ӾaK$+38 51\?P{>L vVAO.ҴοM"Ce)~x_xH삾6nui+kx'AQ~n~e6IzZ<|S;K7`SU=F1O ڧ_G8`c0TonĉE5+ iE_CQ)^|0MB4RXYNb;q.4l`St9V"ŌIt('eh3߅x=#"xj45ܣw4pz~=g()*ɋOW@ xwD<)bN<#C\dś+>BO+ɑ2|;=ps:)NLi}H+!GX/ vc:A>aP|7~PSµ0qV&JJb19³I-=?ߺݾz ʋ Uߛ@dGRE AS`*@j$k]tFgM,٠{eD&t9ɣp4_&f%KVc{՝c(tQ٨oDkKk%'MfЪEoS1g?1E/2Q\2YogfEu\zv`w@i%RCLW"=3eЩ0uy>톶A5O,)e>waDGT'[YSGQ@5Bz@BgkOIMkP ~.PoNyHpԸI.J-`Spv8 \-BLw܁'h;j3ȏ )&aȹcSs½T X,`H. =}'= \ÇM 4% X0,lyR!#KPM1d1Do9W4d?4jl"dBJn"F4(ҙP.N͘pEsW9zD1]]&3Eb$?cT2 v܉7*d$Tyޢ"3g{U1Y1d|@ݷg`Qo[=F@/D<1r䈵_y.&e".P@ 6Iz:i-K~ei-S.,$]B:\+M'SQ.Y3gyiQKڙIZ[&ґjw6vK(ZPXj c̨SB837j!xF,'*+BDش"<&EBV-=F|ڸ ^%ާ|$Q%h'dj,pxdja)GT"R\"g^FRf'T M>cWh(\?тw9j j|rK 2Yce}[m }YĨH'](q$Mk͵ 씾3Ȯ /VE5c쳕BD*]DiX򩸒)!'Ym 68u}ip K!0y>{%_7366 Ɗ(*EۿRL(Ej= rn.Jp(œ*]Tq=OaT% '[GVVRFTڈz 襗T`ZF1ːM4ENߵnY2B Tϛ[R98ͅѵ< ר\3w\6;Nx"ͷ`;C uQ37, l'75~I/~+A"^⥇@&Cō۪q}^`MwG(vR왋Mժj"5(QIE+^[d\(}0U7v>lmI6Vޯ{jR?tmA績~[[eEQ,zxu۷ƃ61HgBO%{,IPWZg\fSqum ,^e(;QR4>ۙ},}ӅpsX9$"˔0|)pׁ u1{S~\$OCA6`zz]{hq]=0R|eOU OBuOjVUX8hR._"P3sX;*nj^ pSC!= _lrܔ1ub ^0?fOF=Ior{Nŭ,`8|\t"@ }ZFd+v7rVx^BDsJsQrIx+wo淓F_bS @ ku3Hm zn9uw3n+2e D` kc hqo_l6Mgqq`m-FKxt>eH6_+mxΥ!}kЙv.uYc5ovW˼[U>k! mB0;Al,E"{sjNx_#+6z_{zs;L2\ihZJء_Ҵg7#I9~y"o0 {#CyP$jd G1i 22 !BQ=W/u衤|OC6[KcF呢h%Q`j{GHY 'l bn2,4E>ud0 l _P>ctDnG펹37hlE)K&ۯK(K@b'ЇʁH[>mP I] 7ɡHZW?䓇*aiAe"+w.3j?cRHBKn5kvQR8KZ7\mL]l x>ԃˊ.sm΍J9~F SBBR6'zY3B[ pdJ|U r7RXlGVg.xT`A ,yL䯻 lgM51^YG"][M[~HXHgoH@I&e:mYnܸqs "$Ʈva/&j bP2L~y]ƪ8Ij'eɗj0*vnNYNj|RLP+Ț+ffqdZ }3 Vep="׬F#2 2KAEU qU9ԃT+$Y?*?Xr*$0 (!&ߧQ;7h.U* % "AB,.ɷ=}l\`.HF^99Piv0dMbyc'x^ ,Z?<-wc$]*_4iKy.[iBJ$ rc'c_,O#o!] ߮TĮ/P,`P俕7o)\D7b8$>_$*y3G0O>m-WޖG>Rd֎ҧo.&9t\vyۘ^ <Kҫ-iXFGv"Ow2A$J-iwGH1Q3zdI J;Vu+-7k H;1EhsaP`};BgB;Qb} ^qI0e mwK#3F uށbDJ/Q٭ƳntFějݣƥϻ6{C+s_]k ,HC2 }+N.-Na,jMϨ~0j^QX(gTTFȋsS,bp|s-U[I F4D@ 9lFώmo|qzf&7Z-/)=^*LHҡq*@մmBGt1g]mU9fW ;2Z.Ewr1{%1Ԑ7ďHu>;9}YfNŮ.M즾sOd>[o[KfR[uƤ*҅+6z:#ly⚭eVǥvV yYRd{Yoj?Xcz9mbjGBq7o2c'(gLH`/+YނhaSE]WZ0@k]O Ws3qP"d}|R"opcL!2jW@a,>MMD% :gO?ͧ][ŅTŘb[q"?qlT|CNѦN{nG%e֬"\zw?!m8*]͞ sEj1_I2G}Hc4{=o!b O 2a~Ō(YE}GNe1,siP e4!=+T㧢ވ 8f Qfd3mtQ_W =bؤCUh']r+̇Kgx$0.h3AZw(%Wn_ ƙnonݞFp9 EU&~2V,{=ԛc[OVqN[^(gI؈nMw|x4fSCeѵO*hdW4yC:On7\,dÓu#qܳ1.wxpf'; z5{ۨtrk7osM 증n~A4 L@._VPaJj|sϞA(6X"EkM&Hܡ, T 0|*A~>2|5dâL[(Xh2LWV?mdvu⣲.<fX3K+8vD S~츮Cfz;-4ٖ>vɉ yH֬$i qgL't KL@Va+!.S5" [;=QMK=em8Kmnϝ_@G'30󋐎T͛jw{oI.ş$_KCex |̦,fARz/9hj/j_e-UNWr#2!r#~^ѫAr;Z(?dgcz<jaLUQƁ{j4r@d` S}c"d!%6X:^9%ntR_*M $/u]dLM8P+}SN#!—n!wmU>geGl{;a_M!Y'>Ops~3U҇5 D n(R㹫\~2WxAE~h fc+E~G{sD5Sl5_hǙ0gE7GQyjj24{[7NQJl0;Ԡ 7EvqlXyaKհxɒ#k$şJ-vʆފQф]YJ'mJ΀vP=D(ZV?<[S9uFF]L LV,X]t@vp":[]J#b]h 5>AMD"XPf#:4YFvr?K& ۶f~toyVi LNb)Ǒ G_4$P ԚL%j $jS:BWV~Ž{9:i>ށ[\hOU.f : -\2xw 12p! 3ym[ƹP{o0Q:. K+HM<i},D9  gg[,Qf(Q+ qT{6b"XSn[ UR] Mh}aGHP X<|hn_Z#9zYE-Wn;T?lƉS=="2\9i@}y^o^c =/fgs[c~L\&F/ ~Ir{߸Ӻ4iKRJcw1KڍX>;`v) '`db}^Vا!i#9͂n"=@7x4v=Q\cL*=qMyFlco< Ҥ $}*mZ$\8T.6P`a4‘8ތ݅w$ʫc #dQrO^3uge [>=9{+ߵ ."!]zm?CX%זelēZۃ _$ 0-zZIdG9oS-+Hܤ{wzOSȴɧ![۶MF ^2)v{95:8SMIDu6hVIo/1AQ%ryXX5; 1 vbh*Et_u.zjh[[FYGRrԩs3LT%<p8Emۙc.t(npygHPJR$h )7#.IRjY1`"X9UPP,\d0Y n,/U0Ǻ4(SߎCZ 4ĵT|1SD|U:gy.zp:CTP١MΌ |K5mgWow- !rW[X:oȱ#^0&uisәz}f){ MbEu4?l nlw:IN큼nI]f.Fs ?7+߳gI٦"͘s7&y4hy.x(WTT1屈DJe BGVNܧmƗTcIXcI].aY.\ Dx3T_,B41uVm?E yav 7~Ѽ`O7ϕ'8w<+W|uw=Cd?i; %K}6aXKYiC9f<ҵgѾ-JɵCÛl@kgejYi0/-z+o=Nƅq0k(F#]`Fh% &x{MolWY0|PE}/LķMiS̛#?ͼ[ƣpmj~ ǪQrΪ p'J`dŬ^hᢵ[y/aLj$ /H K㖇]^Ѽ05 DQo pʲr״q(G(B^%M$u'1"yQja\ՄWafW>zz5SPxfmƥϓ/(JpccBvYW$FLm;n~_W~ftحH}8‚;iJ݌s"||:ӥqC$ ;>!J״;M |aǐ5L֓I|)C5Ve@4' cˬ!W8 2ӁjuRkd?fAۆuc`:3\UELhv3;ODRm6]-WhʴTꋳ/ˑKrHpGbuo>*zn9枛,hb\~x ?K.W% OjʑP*бPގN:j86'ϳXG6hⳝaz.MrE-dTXc,P$g`IW}NgAů<7Ϧqf[HiEKゾKº)C]k}B>mEݗV ݮ֝P]wxәm!#t9 N*oĮMsnN!*ּp63.0F'B$Qzwϣ,J<66aLW߭uy ћ5Vo+ȤhtX# xw vI^nMCnQ>7JT6SfŞ-J0|`$F 6V3ll?xVw0g9$7qFM *WJDQO; اg"r߸k.xۚ\L1ב"/W&:3+.=* SW&]c-X1O]]kYdfKRg:*6"85f]$5TݥNKb(l(r䥗#~W%ҽUF?Z!$йC|4ư[9Q0z̊1 u Ո JTLm-:?M T)Eh+Q8P-0 Xᓐ9s0xY )L B6* eףJZWْR ]FhBZ@`{VF>T<6ާ6)]\no_M  .L?j\8r3%Öδp*3(L kN/*D@\ 3T1񋞮¯s"<7v# n%["5؃!y6 Lzr!xթy!7WER>t{LR5DZbfU0m(-b- -Ն%xv.E0Tӏő8c}"h[Ix!SSO]>Sl7G b8-#O 'W6mwkg!e0V@hm';#LM'ĩjNIuN*m.I5ƃMQ$YDlZm1[Kzƍt A8y#wkUdHcgA7^3 / kG9}Gj0O{P|U! 8݁Wp1\W7.һ1>2% 7RT 4f_J?ZϳE_WUEH P&(1.$Ȍ7>Dke"mxaya\1۴b6H]_;JoZfϴezyhe9xkPY*4t&.ȳxM/FՒEiRZ#;^dx3j|yQC\ yMPJM_\\Lݭ&65y8"UYU^4u@Vf]*yՒn(["[x &;yPH&OͪϦ*-m3vǓ_D^!8HJ4y:3Ɔ;Z}~Jq~]7.1K1㕣/ ϝSg(37i\c¤^։+.$r#_YX>\^q~3T;Chd!EPCTwQn Q۳5 tɩ1|ȸ|Pq/:FGe:q/ "[U(cڃM -O 9X|wV"VZQ 塃sDLhH(K} nсcfQʯCCp(M+a0tTUC.xD,#duSODt`攠FٝEYܮ:\7b!F+]^.AVE{М d tlmBB~uBtU=|f^]ōr0:G$ (FV8lR=u6 !K*ǔM!sbcm-!n;@A۸yTl2E< Dݿ u0<AnJ+\6I|Φp| MfWL|%b$up`偭e)p%{q0U Dp.[jڄNfH8l|DL$'MBS\ j-rb>vLG3S)(!ؚ 4Rs,.}~1as5ۿ0mSMt+<4WK?#<% |PC18\ÙھذM&Zݿz3d|W봡wC8mK[#;pWZ_ dBOkD :Qpa,ai _L&w7Rgb,Q8>(˴rUS5JKK"1׬LEܝ뜄#j؞_)dE9G*KQ(>w}4cIZX(PU ߝC.HGƝXOӾ4㳢!$`^rPxw}8~sq5!N9;ˈ{*藏\"ë1oo-krbjJtQJcp cz+ yK1M#~P!   [[s}8N+] KbL/zoL59 !\Buq| vr:8cZM*Te FR>G!A&T/6mґ6sƥ.IFbb}Qj$3C5aU?ҲC)3L0[JcQ)Iy^skk߬x~DOIFe"rػ7ME B><oo@3tXnGeK9*uf\ۣ*44l$@O }N.n2~qehYRaWS*G0y(0tXnMQ9ű6TWج-Iz/'mEa3l$S-SCk?oJ)9H}]Q g@odϐi'⧂ rL]'5뱪֯e,f2JbQ[&Dm[/ -eњ*6ϸ|&GAtt}";ʛU6G8ՍǹS6j4]m!C,YIs{-}nj=x5y;EjχXT Պ4 h+a>('{$ !}E~E(rڤ LȊ`w6bCr>Tb0g9DQDAl Dvl)sM^BH9O[ cJ#z>).ӽdL zis4wQn?f7*z:MJXx/`K>&UoW>@]㒆UiGxD1Wz\A[F)5kٮ6JQځrïQqcڸ=m,EzZ,C'얖P$pS@S^! Kd5`>KbG4Yo栄!GvHX<0D褀z~ P̴[MWV)l/ A0 S)8bDBLgq<&cԨ yx=,6[[~ⱖv@ ʠgEBgƢ +1h5׷b0B|7,]?#'u f(ALا&]kqmDG2쟘&+01XnOO=P̐f W[o_kY] |~ZL$ %QNMeB6z;^5#lxԮ|P E'@ٟ8C'5 6b},>Yv Fq >."O=*Ny9G:(<9E†Ͼ"5]}l:[hh:b9u"sX>)]S74'd_Gff3~x葋q:?jb1n~L{0ǧ`" 9>zwmHt#!(^ :U FPk,f[ /?Sy!S׊~m{EѪl\|$ǶT)՟iu{ە9t1(~(y}Q`&flmФCf1Ea|C29)=RF ´x'L.: oZ%sE띆vRҗ~H\G3/gO^:iK=]14!^2ݫr7<:"+0᧫:Ur(KO&`׍~xnLhK?ri:WnPqD%0-(^HDUm(9d6e-/[IW0 f1l.tE"q Q)t׿\HD-2䲂0oVPqyHwU\Ԣ̎ti$j- &DϖvH` կ{4±߂4l{6)r._:D~>w,~]j܈5>ב)]eSe v;X8ߡ Nx~5^b«ɛ~|gx ]^6O^rg ōGf9;p:0,#p޾ۻZ e/y%֧Z^F] t+Y_gaE ' P` 5 0&l&,(6--g&%vo `с-4),2 ? \x\U͡7Y~UMR:Ƅ^l`A zoVKѡֵj h+"--_\ +Qf~<U$G4 diV7U14&HMg w / 6.1 @y-x^/?v7G9:1ÀlDtM@qښgw>#_[Ո.)t{XØY_" L@z_ʄXI{&#pat((.kmNY~!)p7\JNeEcCe_\LH숩_RFn`7`:} G{Vev)Όm\M:tnIPފ13;,}vjD&Tj%㸱cT(E=aщP4WafWSe@T4t4pz\}YLl?ƫ/%XfNߊ+M06+J3V`&=@3RT|;yU+Kr+ŅxUy;wf"j~kxCv)հ^ompp׻$czz)ΤeX\{ m Zy<XK,iELOUk`eT5 - _;a3mgFWjum+ĵŶy8M=D4CNNe v/,REL|gkˍ ޚWACq 4H- Tln !Q Js x?;Ho٭v",eAܷ煞 &qƴIa|5}y݄ra,z_HnoE!E+πbަ'.i}Dۘ^,y( 8%P&SdQu%n6Q\ Q7ox"aRwr{=Ӟ8XNG0䣪Z ýInL1̘46bʇ=<'@#m{``B jو0~8Bwt-fD 1`v? "?TRV&Rw?@kdD!)wG Njj2*7>Ae0Bxx.X"粤;yGR3_e2W#Ke'֙omqEFf /͘p&Ih A9uxXY  wyoU:q0|% Dc,A"Zhʐ2տ$\wcqAH7|b\QӼj![sXH" #-(NltWU4ABjgHO|FS{>aUGtvw,6bےM?l]QEr1m;Ai"C_h>$rpɽC,V{>Uk9F܄S$_\(KO'%t*)jGz"#7JBXIda_01YV'L霑nhKdۯd1p[utW`sP W)s@,t W9Z@51Q[00:E7vj)' ZpYi4YGŠzO ii^!QF,|DmՀǭݑAW n0JNp#uQOd2lo Jc8@(p]bn`Q}ξ|n3]:E{|TPQ|^@VDuT<?0 mv㝯 oaLFSOg[#,I}; } X+yazt`)Z䊳msT6q!sOI-͞~aY3^Rlp":0V,6:|9Iqs ͤ}R^_&.h~8֤ׄv,ꔘ)Q)ӓ(72ݩmBVHH S:)hvI4'jw%*.)+D5?;Fi"UO=zfz,Кov2bE7 5}S2WG|˽:3G2?jKYpB2^< ;&|CkKXmVu`̿(EI "7t4%dN4>٩. %jGcI2 >ح~Ek(a[DŽ@~zt:v)#=Ip~9DRv<, ?)8] ){]OR_@oS.)EnrK&+ehTI @DgOw B+nXeN܀u7SZX~F)4wpx+g)?^Dˀ< n&bH$^;K<1o#"䄹RAE]}F)OJX}p?]:!wi璹.Gȣ 6hZ QUY`l7c&{{rD g&TIxx}!h‰X>>eWJƱd{1)HTr9s M aVUCԎڤK}v}ȼ~& *I7dΤ~ W%Ka5A?7쒣mDs ;8M٫3{XZuRzcxB 42 W~@Dk Q9CBYiewpiKѵʰ alwx^Au{1O\7';m9 /"C5/F3 .jX./ֆQ{rO+_'Ypm2sel2?ݔuur[|L|M'&:Y=)!@BX~_6!XY 'b ?Txř+UPJ^:axO8*5=̝{zBӅD gO_G?QLbP TޡZ^ bţG G\W+-oʉ;._;0aϻ5,<EmƷ1i>L9]<',6ņRf*F)>"3a(P]-STX~i@sU [?X@"CV)A\5D9q(}WI`F]=dЀPK|45PhͩqtH")ʹCpSmoH4%L*8*UU&skFE[d$/r4iy]?<І^ԡ1e1畛WZ NINw'_%TO5;&\G,5Hаa :_SbHug:8~.fuXEO}b1X yA苧Z10GN7i$VWqCuE #cES1@ljbWSRXSd:B.|Yఴ}& oR6N IAo6gT7>+{3:[=jK{Yzs̍/ycEZ+gCFp`Cъ=@|dԜn(1(Xl2DY|,(Jk-b{  T=o9CC:n)fb/ߩzkGRo$`UJᯎnv8NxЍJ5t^AryJs sWb W?asRW2Vmŕ1M;-ق,{d7Qݜw#J˽|mC==pr%%~T֢jC,8@!k|^}6+cEds7esmy=%4 7NZ%yXKc~}>D4}pj zE\.XFcIƳ[]O 6v)mԦ$SQvIpzg3q8L8lrdBg?Ԟql$(Ɨ>⫡[GݐL,ӸdY~Edʫ 2hL%$1tʄŚVCZtzpaBtr.\܌EpTz6xYZ[ _^jLZ@muܳ O X8LGa8uE, UBJ[#{$oǬ4 =S=DIpW鉡:/"+r1c %~*V KP2BlG_`(YJoѸ V '[H7>ijDj||Y62%YXLCU9דqvWl݌P{M`8欷]}\iS 7߄Bd\J잛^Ʌ t w*>Q I$g![\ J \V!]0C433J#"st)rt3TcD|[4UL>=z'+;Z z>L 3@@+A _j(EiQc8{z&-!sPsGb#^T̺q3X?c!~OC pC. mȶEИh `oEZѤU2fbfHaW4 "t(HLf2⌴ Y$<<,dRgcz5a$I~#=eAaes6nZ4|ܤDOP+d*b&Efkr`݀)wKzk@J +]sq첟vu_'3|3Q:9BV4icNsD?UB^ᱱI f%x`hF'zO%wQ}< [,_@[ES!8Š:|\tƱv>,-G,dz)]);w*tekT1{:@ 戝 q{|$W@dcRCw8amSi' Q_f߱S(c6a _i ˃p円 u`އ6)gًP]{,Y9瘺 @XnR3! FȆ&|ZW(y_Lhypq뙅%yk[݁j, %Oo|4O?4!-'hcMHiEHcڍĉ]9᠂M9=7Wtz&V hp -Y$I o#u\9o#}<=So94,q`G]OX:]5hSPom.En[$ őCO?I~lС76 ~q'~VĘ"X #Ϛ“jPʺa\zpo;Y`XLOqe0yɫnO&X'TRv sHU`wMm8Sj*2 wkFR9(]"oԚa4nOۡY z"7:—xV=kP? Xx7+4R:Zp_:fXx tkLq.}AM (4O2/'Ȅ^eB*nT M`7tvK{:vX^{%a #HahD@D d;5#4=K˛ P3^!~@qK&>fK:^M9h)+MdlN0MɃ5܌w%eȌECZ0,0Y~mPZviY(J Swj>FsݮX Nً¼lt]ⴈ&Ḫ+ےVaP_`GMX* d`nʢMG:['=Z4g-2 e>d.agoFꑗX7vܲHE:O*k4^Z& =j9!I=(!BG0h^I -ccTʔsY).F~ \h{Ksn@LQ}3 b:%D6B;P}.T|?#Cɮc*8uMӶc -*))QVUD3YCSp;ʔ,-H_09QyTY 6ž#{xbg}X3hN,Ҹ0ࡹ/dmn~r}%t~[\D S $g)k/PKզV;D Yv_ɑ vk讉oc+Q':PCf7vQ\B6TXKD, xCܛ1cZ}?JGS7ۏƽi1(RmRsU|b+0}PY;PcE#KKœ3T5|3ұzI9-ʜ;P߬  SX:DvoI#om1Ka%sRZ.C\zB-S>[]"LJN;} SZ{m⋵IGiw@fPkoLvZKfL?8$""HBǵ&*~ɉ̦F-GRt0NXlF\m~yXcz?H34B~%h>pp##XFl3)"F-Wv숗kpw'Yj4]_F[ïq1۹`U늂9px6-7BޡC>7Oӎ @ IvU)p3-w^%>&e|>3?eF ~hDkS3`VBq,c`7zCˡ[_lx\P^J2* K(QLLclVq{(Ć?gQk\ӂ1؟]\^|b@ #{rͼ9^#|WŗcTW\۵W .@GZ(6ӝ@8S4ƐH%~6QgYZа}Wo/! c4TSNB?R$)(/?FZjMLVd< }TO6N nIs/Ot()j@(mZ{"[5+4\DRBI`BۘՐ@޴WuFtqLOXRs)Q?E d@?5Iys%%>Rp!˭ǖHNheEs^a}?H@>NJ/ҔV,kHPWfrG #˄3;r ZH$Mu'mX_j3 0QJ(?u98 AwgU\?s7>2 {Y_#??TTV6KZFѠKϝXKP]R'ft/ N|O]G?"$ד(E̚y iOs+zI&#pBsfDW8l< UH?\lTQc=O,ika1V.:F*傧%Y/QV' a}s ,Oʱ1,FޞZ3h9-̈vuf 1(11<9%9_,fe@8ʒv\dREkXD> PkgnmYY>≈wh_=uܙK:{wa&p2V:j/op{yaMެ ѠQG 9vЮuDK"&c9K+61]69[& }WGvW"C6D$p8}+zyxhI+\sԎb Ab[W_ʽ$=q~>^ܜ@ˉ_dHzv 7s4a^t&XeF L[ZЅgSRٝ|C;mϿ`ngZGfGtp})d[]qWW6k /ӏ2La87=` mqcM?^AQK/$QmЦH^3I#M{@wYqlA@:` XY c 4\-)$ ֠ }CȝkΥPlUkGۯ/ v/MQ=Ayd.!"x*~5ިG̳jzqvcz&cNb`Vq$&9 6~ZyV#b.}5 Bb{ vuFBS ?\JF>00^XK]E-9l :EL5h弆O$OK_}!q Djo8 gGs,nQpN=lL'Tj$nb,Sa!g(Un[I,BԮ'/]Bj1tS8d07rLR݊/K~)CTo;׃=T zԒy׵Xf.yD;ge<:;v )L  Y R  n vN8:zRT8tnr_ȄX\ɦS1 jP܈,Fז_jOu|(GDGI>A@yj g>&mlTd؜Bx7faπ°bbѿ_j!Ad0iǃ?D"7Q^$|LJ9|/27 8u9bb<ìC#o /@f]d5`Ch8 %x̩!]HnXDO,WY8 4ֱg)b Jmbֱ[HSXVrea7qб}(=J|y|'@Ts]s,7\UKծcxV}`V5is.f,>SD d"E4cjZpYzh~IҲ)]nb 2h xVKJ}Lpz?P74g[lԌAlˮ O(H`/'Uw}B&$Gz- m)gspk. ZȬ=nS^RLg.F@kEgqa w~HGj Ck3ɏuIm|\~ī(=1睿<,ǴOen ≧rqcMZHWAhݖNΑ9> u9&"؅m 3^}xa:{hBSɉW'S7lR%, '&+;{MREiA9CޣZg=&3v{l@h6 ddωRR$nyn +|bxL^srSaǖ6NPg "N{ s Kt^ʤ5G&ɥbtNyy+ 3Ƿ,& JT@R3XsnC0,^fr ǟy?gĘKG+?nk/Y*5\rgÆ hfaZ:^ӅRbJ;橁'ߩC ZOԠՙ 9q1}Xi' 3'ݼ(>XmuH@_O:G;r,Rfݪc-<+Rv ojS(ӏɆZ\<zv'B7BJ_9]|%} TX$ nmH#1OodNzԃE Zj9)Z!߅@dhnC eKIU F XϖϾLT+˜C8Y^L e. jƓY%:S#s7 3oY)k3r)gc+\o`ǴljѾ]6oĥ9/g!i#)UCj9hW1tU`ˌx,ɋ, +E֏NZo*74Zl9!OTִƠS"ſLE'LR/P{|^1G=i[$/FTԛWo{oI;GmљْM)uG[ӢI`-$ ԭubj)1dqNKc R&!%5CLЧPJQ#kLHw0$:}VvCm)W?5ZU!-ϒhlX9~@n LszHJxgq2P*׸ !/-Gyd&/z}V Z!AµRO27t2F'QPBS6Dmf`Y@SOM{|~z`t[xfHg x[ 2Pԙ> ;4'F<_|5y]i%JJl!>Phũ\M#*YՎMM9#!UBá4r X w,&yUZ8:Χ䮑\\:<ɽ"y6gq%{ D#pif"QۙoARd"@5 m҇N Kf 6iqP1 CdB9|W|*?욵|ޒc8VFs@Y_P,ج? P5e}Ej ;y˧>SmO/"~[- ѳ,T}Njܪ$MAo=V K)$җA4F?rgw0dMXa#D w+\dn;[J]v@M>[y=K#fjC <|F~Th]+^ǂN,#hC*֜||f/ bqei"[g5 Qҋ W>JH ܆Te&qOi,9iAVS'naxRg0]DW LK0|=@2ȗ )3SCaľ$qCU s= ͢ oVאyCɓ&kyUx]!/hIF) T cLI&g!h&"D"FMiU]0骑/ E8@@>w4!I!ųk-ǐ"SImKN"˝I(Ie_0ʽjVXD}o~;(aX*ES< }͕% 8Ŵ}a|5#b/5تp8<|t8BwO+r2S@aX|BD/ QK*4~7Vv\E rSKYYW ꍐ{%ZݟئFE͝bgR8@Tx5!_%ՓOmĮ*tJ6.f7=bjC{Wg'0ffZ\p\CvPfybW?xZ, 9rlQ?<<"a< D 3RUpcy\S+ g44$$ަ@WѰqچ%a0֝` .Y#?D0[2-P?S0#wv+A[VapEnx6+cƕ:xA)ڏ=FLBpi}^EW"B;휊ԁKj}֖YVq%ur0'WGhk]VKͤ|T1!&T耒4Y a#1 9k +z؋)AH$'j_ie{@7vn2qF0(C0xc$9 tbY/Ӻ3AZ[&[&+uDׯ'onGxu 꿓5ױSRkrYk]jv_EQV.yH2Q E]5ŽFБ';p9g,_.@4{^7@Se:M-ݥh5"hzvX 'yͮL!u;=#rN ٭H۱;8@:zxd;;O8 Ys:oJ =Z|T"7J*):%mIh7gz,fkXJzJ%/v&5n_Ao3hM7CYjgf=0\qw;{<R8#Yd!4Zq.&..;,֣D?!߾u\oB!a}WAfɺՎ05q;zJ W/Zr[r:V˦YsĆZR/L[SB78aV\輂7K$RfDjrqK#(mV?'Ğ6ʪ@Kgu6[5I8_ttT/i vªg9tmPQQT@n YZ