go1.17-doc-1.17.10-150000.1.34.1 >  A b{p9|tnUn8Jd4wS/"?Pf)$;m+]7\,3džZ{5Hd2W_Qyw]PaiHPj >N^9N^3 SՊφ5p:pt<0@-4Ex"i+ sp/> 3\I6򯁸|2{cM4 M-8o=/ ŝ,Ar9/ߒ<0!|=h( G9b789b22aa3c630ffc9ec1d919ac51aec68dc8be6df7b5ac042acb677a0606efa66cfe560d92ced0b61bf0b18b782929bf453d75b{p9|7E[ڈ S'mGYOGfv?F1vUpLbB!{j%M}6 x2Q-X̖w#}?4K&I/W4w=i·8P&RP>С"2_U 'M%d9P`Pn }T*Tw N2;0/P06} 719ܺN+1TSzĥiG]'$dQh̔*2goѼ ؈LLpp:# [}6ylu9Gt>p;l?l|d  # 4TX`d}     $ ( ,<PdB(f8p9:aFiGiHiIiXiYi\i]j^j6bjWckdkyek~fklkukvkzll,l0l6lxCgo1.17-doc1.17.10150000.1.34.1Go documentationGo examples and documentation.b{goat04SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttp://golang.orglinuxx86_644Lb{db{db{db{d344c3190894932fab8c6e2296616b25e53cd0cd8cd759eed67dd0dacddb0474ab20fb1acc6ad2f7844ed688678a2e9e4eb71aa334cff171e84e3dfc448b4e8a6b452343408313c2e9bd6914416cac6f17c7ac7fc0e31462e382bbe56962b80ba203c89d2979ef5a0cb77a9090bebee03a7d6f7369cb026214b35ec476d90e835rootrootrootrootrootrootrootrootgo1.17-1.17.10-150000.1.34.1.src.rpmgo-docgo1.17-docgo1.17-doc(x86-64)    go1.17rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.17.103.0.4-14.6.0-14.0-15.2-14.14.1bzSbobUibN@bN@b+9b(b b@b@aaaa@a`2a;Haa @a@`@`jkowalczyk@suse.commliska@suse.czjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@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.comjkowalczyk@suse.comjkowalczyk@suse.com- go1.17.10 (released 2022-05-10) includes security fixes to the syscall package, as well as bug fixes to the compiler, runtime, and the crypto/x509 and net/http/httptest packages. Refs boo#1190649 go1.17 release tracking CVE-2022-29526 * boo#1199413 go#52313 CVE-2022-29526 * go#52439 syscall: Faccessat checks wrong group * go#51858 crypto/x509: x509 certificate with issuerUniqueID and/or subjectUniqueID parse error * go#52095 cmd/compile: fails to compile very long files starting go1.17 * go#52148 syscall: TestGroupCleanupUserNamespace failure on linux-s390x-ibm * go#52306 sync: TestWaitGroupMisuse2 is flaky * go#52374 runtime: executable compiled under Go 1.17.7 will occasionally wedge * go#52455 net/http/httptest: race in Close * go#52705 net: TestDialCancel is not compatible with new macOS ARM64 builders- Remove remaining use of gold linker when bootstrapping with gccgo. The binutils-gold package will be removed in the future. * History: go1.8.3 2017-06-18 added conditional if gccgo defined BuildRequires: binutils-gold for arches other than s390x * No information available why binutils-gold was used initially * Unrelated to upstream recent hardcoded gold dependency for ARM- go1.17.9 (released 2022-04-12) includes security fixes to the crypto/elliptic and encoding/pem packages, as well as bug fixes to the linker and runtime. Refs boo#1190649 go1.17 release tracking CVE-2022-24675 CVE-2022-28327 * boo#1198423 go#51853 CVE-2022-24675 * go#52036 encoding/pem: stack overflow * boo#1198424 go#52075 CVE-2022-28327 * go#52076 crypto/elliptic: generic P-256 panic when scalar has too many leading zeroes * go#51736 plugin: tls handshake panic: unreachable method called. linker bug? * go#51696 runtime: some tests fails on Windows with CGO_ENABLED=0 * go#51458 runtime: finalizer call has wrong frame size * go#50611 internal/poll: deadlock in Read on arm64 when an FD is closed- Template gcc-go.patch to substitute gcc_go_version and eliminate multiple similar patches each with hardcoded gcc go binary name. gcc-go.patch inserts gcc-go binary name e.g. go-8 to compensate for current lack of gcc-go update-alternatives usage. * add gcc-go.patch * drop gcc6-go.patch * drop gcc7-go.patch- For SLE-12 set gcc_go_version to 8 to bootstrap using gcc8-go. gcc6-go and gcc7-go no longer successfully bootstrap go1.17 or go1.18 on SLE-12 aarch64 ppc64le or s390x. * gcc6-go fails with errors e.g. libnoder.a(_go_.o):(.toc+0x0): undefined reference to `__go_pimt__I4_DiagFrN4_boolee3- 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.17.8 (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 the crypto/x509, and net packages. Refs boo#1190649 go1.17 release tracking CVE-2022-24921 * boo#1196732 go#51112 CVE-2022-24921 * go#51118 regexp: stack overflow (process exit) handling deeply nested regexp * go#51332 cmd/go/internal/modfetch: erroneously resolves a v2+incompatible version when a v2/go.mod file exists * go#51199 cmd/compile: "runtime: bad pointer in frame" in riscv64 with complier optimizations * go#51162 net: use EDNS to increase DNS packet size [freeze exception] * go#50734 runtime/metrics: time histogram sub-bucket ranges are off by a factor of two * go#51000 crypto/x509: invalid RDNSequence: invalid attribute value: unsupported string type: 18- 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.17.7 (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, and net/http/httptest packages. Refs boo#1190649 go1.17 release tracking CVE-2022-23806 CVE-2022-23772 CVE-2022-23773 * boo#1195838 go#50974 CVE-2022-23806 * go#50978 crypto/elliptic: IsOnCurve returns true for invalid field elements * boo#1195835 go#50699 CVE-2022-23772 * go#50701 math/big: Rat.SetString may consume large amount of RAM and crash * boo#1195834 go#35671 CVE-2022-23773 * go#50687 cmd/go: do not treat branches with semantic-version names as releases * go#50942 cmd/asm: "compile: loop" compiler bug? * go#50867 cmd/compile: incorrect use of CMN on arm64 * go#50812 cmd/go: remove bitbucket VCS probing * go#50781 runtime: incorrect frame information in traceback traversal may hang the process. * go#50722 debug/pe: reading debug_info section of PE files that use the DWARF5 form DW_FORM_line_strp causes error * go#50683 cmd/compile: MOVWreg missing sign-extension following a Copy from a floating-point LoadReg * go#50586 net/http/httptest: add fipsonly compliant certificate in for NewTLSServer(), for dev.boringcrypto branch * go#50297 cmd/link: does not set section type of .init_array correctly * go#50246 runtime: intermittent os/exec.Command.Start() Hang on Darwin in Presence of "plugin" Package- go1.17.6 (released 2022-01-06) includes fixes to the compiler, linker, runtime, and the crypto/x509, net/http, and reflect packages. Refs boo#1190649 go1.17 release tracking * go#50165 crypto/x509: error parsing large ASN.1 identifiers * go#50073 runtime: race detector SIGABRT or SIGSEGV on macOS Monterey * go#49961 reflect: segmentation violation while using html/template * go#49921 x/net/http2: http.Server.WriteTimeout does not fire if the http2 stream's window is out of space. * go#49413 cmd/compile: internal compiler error: Op...LECall and OpDereference have mismatched mem * go#48116 runtime: mallocs cause "base outside usable address space" panic when running on iOS 14- go1.17.5 (released 2021-12-09) includes security fixes to the syscall and net/http packages. Refs boo#1190649 go1.17 release tracking CVE-2021-44716 CVE-2021-44717 * boo#1193598 go#50057 CVE-2021-44717 * go#50067 syscall: don’t close fd 0 on ForkExec error * boo#1193597 go#50058 CVE-2021-44716 * go#50065 net/http: limit growth of header canonicalization cache- go1.17.4 (released 2021-12-02) includes fixes to the compiler, linker, runtime, and the go/types, net/http, and time packages. Refs boo#1190649 go1.17 release tracking * go#49911 x/net/http2: frequent failures in TestClientConnCloseAtBody * go#49909 x/net/ipv6: TestPacketConnReadWriteMulticast{UDP,ICMP} failing with "i/o timeout" on OpenBSD 6.8 and 7.0 * go#49905 x/net/http2: Client doesn't send body until ExpectContinueTimeout expires * go#49868 syscall: ntdll.dll errors in rtlGetNtVersionNumbers via os.StartProcess * go#49729 runtime: "fatal error: unexpected signal during runtime execution" in cmd/go tests on darwin-amd64-race running macOS 12.0 * go#49662 x/net/http2: TestUnreadFlowControlReturned_Server failures with stream error "NO_ERROR" since 2021-10-05 * go#49624 net/http: Possible HTTP/2 busy loop regression in Go 1.17.3 * go#49568 net/http: server responds with Transfer-Encoding: identity * go#49561 x/net/http2: setting Request.Close doesn't close TCP connections * go#49559 net/http: HTTP/2 response body Close method sometimes returns spurious context cancelation error (1.17.3 regression) * go#49511 cmd/compile: init info of OAS node in a select case is being dropped * go#49479 runtime: "morestack on g0" in x/perf/storage/app on windows/arm64 * go#49407 time: ParseInLocation error * go#49392 cmd/compile: internal compiler error: Expand calls interface data problem * go#49369 runtime: time goes backwards on windows-arm64 (frequent TestGcLastTime failures) * go#49129 cmd/compile: internal compiler error: can't find source for b12->b4: v31 = MOVBload v14 v1 : DX * go#48825 go/types, types2: stack overflow in hasVarSize for invalid type- go1.17.3 (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 go command, the misc/wasm directory, and to the net/http and syscall packages. Refs boo#1190649 go1.17 release tracking CVE-2021-41771 CVE-2021-41772 * boo#1192377 go#48990 CVE-2021-41771 * go#48992 debug/macho: invalid dynamic symbol table command can cause panic * boo#1192378 go#48085 CVE-2021-41772 * go#48252 archive/zip: Reader.Open panics on empty string * go#49199 cmd/go: go list all breaks in //go:build-only repos * go#49154 misc/wasm, cmd/link: Go 1.17.2 causes WASM builds to throw command line too long with many environment variables * go#49086 cmd/link: -buildmode=pie -linkshared panic at runtime * go#49077 x/net/http2: backport critical fixes * go#49010 net,runtime: apparent deadlock in (*net.conn).Close and runtime.netpollblock on arm64 platforms * go#48823 x/net/http2: client can hang forever if headers' size exceeds connection's buffer size and server hangs past request time * go#48650 x/net/http2: pool deadlock * go#48479 cmd/compile: 64 bits shifts on arm get wrong results * go#48475 cmd/compile: incorrect arm/arm64 simplification rules * go#48075 syscall: SysProcAttr{ NoInheritHandles: true } broken in 1.17 on Windows- go1.17.2 (released 2021-10-07) includes a security fix to the linker and misc/wasm directory, as well as bug fixes to the compiler, the runtime, the go command, and to the time and text/template packages. Refs boo#1190649 go1.17 release tracking CVE-2021-38297 * boo#1191468 go#48797 CVE-2021-38297 * go#48800 security: fix CVE-2021-38297 misc/wasm, cmd/link: do not let command line args overwrite global data * go#48561 cmd/compile: unsafe.Add bug when adding uint8 value to a pointer * go#48444 text/template: should t.init() be executed before t.muTmpl.Lock() in AddParseTree() method? * go#48177 time: output does not respect comma as millisecond separator * go#47859 time: timer reset sometimes ignored, causing delayed ticks * go#47756 cmd/go: mod tidy -go=1.17 should move indirect dependencies to the second require part- go1.17.1 (released 2021-09-09) includes a security fix to the archive/zip package, as well as bug fixes to the compiler, linker, the go command, and to the crypto/rand, embed, go/types, html/template, and net/http packages. Refs boo#1190649 go1.17 release tracking CVE-2021-39293 * boo#1190589 go#47801 CVE-2021-39293 * go#47986 archive/zip: overflow in preallocation check can cause OOM panic * go#48156 cmd/go: get panics with "can't find reason for requirement on" * go#48102 cmd/compile: panic during export method expression * go#48082 go/types: panic in error reporting for invalid use of "init" * go#47857 cmd/go: module dependencies not updated with go get -u in 1.17 * go#47854 go/types: incorrect type reported for comma-err C functions (manifests itself in IDEs) * go#47814 crypto/rand: getentropy is not available on iOS * go#47782 cmd/link: wrong dynamic linker path when cross-compiling to OpenBSD * go#47754 embed: 1.17 rejects types with underlying type []byte * go#47692 x/net/http2: server sends RST_STREAM w/ PROTOCOL_ERROR to clients it incorrectly believes have violated max advertised num streams- go1.17 (released 2021-08-16) is a major release of Go. go1.17.x minor releases will be provided through August 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#1190649 go1.17 release tracking * See release notes https://golang.org/doc/go1.17. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * The compiler now implements a new way of passing function arguments and results using registers instead of the stack. Benchmarks for a representative set of Go packages and programs show performance improvements of about 5%, and a typical reduction in binary size of about 2%. This is currently enabled for Linux, macOS, and Windows on the 64-bit x86 architecture (the linux/amd64, darwin/amd64, and windows/amd64 ports). This change does not affect the functionality of any safe Go code and is designed to have no impact on most assembly code. * When the linker uses external linking mode, which is the default when linking a program that uses cgo, and the linker is invoked with a -I option, the option will now be passed to the external linker as a -Wl,--dynamic-linker option. * The runtime/cgo package now provides a new facility that allows to turn any Go values to a safe representation that can be used to pass values between C and Go safely. See runtime/cgo.Handle for more information. * ARM64 Go programs now maintain stack frame pointers on the 64-bit ARM architecture on all operating systems. Previously, stack frame pointers were only enabled on Linux, macOS, and iOS. * Pruned module graphs in go 1.17 modules: If a module specifies go 1.17 or higher, the module graph includes only the immediate dependencies of other go 1.17 modules, not their full transitive dependencies. To convert the go.mod file for an existing module to Go 1.17 without changing the selected versions of its dependencies, run: go mod tidy -go=1.17 By default, go mod tidy verifies that the selected versions of dependencies relevant to the main module are the same versions that would be used by the prior Go release (Go 1.16 for a module that specifies go 1.17), and preserves the go.sum entries needed by that release even for dependencies that are not normally needed by other commands. The -compat flag allows that version to be overridden to support older (or only newer) versions, up to the version specified by the go directive in the go.mod file. To tidy a go 1.17 module for Go 1.17 only, without saving checksums for (or checking for consistency with) Go 1.16: go mod tidy - compat=1.17 Note that even if the main module is tidied with -compat=1.17, users who require the module from a go 1.16 or earlier module will still be able to use it, provided that the packages use only compatible language and library features. The go mod graph subcommand also supports the -go flag, which causes it to report the graph as seen by the indicated Go version, showing dependencies that may otherwise be pruned out. * Module deprecation comments: Module authors may deprecate a module by adding a // Deprecated: comment to go.mod, then tagging a new version. go get now prints a warning if a module needed to build packages named on the command line is deprecated. go list -m -u prints deprecations for all dependencies (use -f or -json to show the full message). The go command considers different major versions to be distinct modules, so this mechanism may be used, for example, to provide users with migration instructions for a new major version. * go get -insecure flag is deprecated and has been removed. To permit the use of insecure schemes when fetching dependencies, please use the GOINSECURE environment variable. The -insecure flag also bypassed module sum validation, use GOPRIVATE or GONOSUMDB if you need that functionality. See go help environment for details. * go get prints a deprecation warning when installing commands outside the main module (without the -d flag). go install cmd@version should be used instead to install a command at a specific version, using a suffix like @latest or @v1.2.3. In Go 1.18, the -d flag will always be enabled, and go get will only be used to change dependencies in go.mod. * go.mod files missing go directives: If the main module's go.mod file does not contain a go directive and the go command cannot update the go.mod file, the go command now assumes go 1.11 instead of the current release. (go mod init has added go directives automatically since Go 1.12.) If a module dependency lacks an explicit go.mod file, or its go.mod file does not contain a go directive, the go command now assumes go 1.16 for that dependency instead of the current release. (Dependencies developed in GOPATH mode may lack a go.mod file, and the vendor/modules.txt has to date never recorded the go versions indicated by dependencies' go.mod files.) * vendor contents: If the main module specifies go 1.17 or higher, go mod vendor now annotates vendor/modules.txt with the go version indicated by each vendored module in its own go.mod file. The annotated version is used when building the module's packages from vendored source code. If the main module specifies go 1.17 or higher, go mod vendor now omits go.mod and go.sum files for vendored dependencies, which can otherwise interfere with the ability of the go command to identify the correct module root when invoked within the vendor tree. * Password prompts: The go command by default now suppresses SSH password prompts and Git Credential Manager prompts when fetching Git repositories using SSH, as it already did previously for other Git password prompts. Users authenticating to private Git repos with password-protected SSH may configure an ssh-agent to enable the go command to use password-protected SSH keys. * go mod download: When go mod download is invoked without arguments, it will no longer save sums for downloaded module content to go.sum. It may still make changes to go.mod and go.sum needed to load the build list. This is the same as the behavior in Go 1.15. To save sums for all modules, use: go mod download all * The go command now understands //go:build lines and prefers them over // +build lines. The new syntax uses boolean expressions, just like Go, and should be less error-prone. As of this release, the new syntax is fully supported, and all Go files should be updated to have both forms with the same meaning. To aid in migration, gofmt now automatically synchronizes the two forms. For more details on the syntax and migration plan, see https://golang.org/design/draft-gobuild. * go run now accepts arguments with version suffixes (for example, go run example.com/cmd@v1.0.0). This causes go run to build and run 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 running executables without installing them or without changing dependencies of the current module. * The format of stack traces from the runtime (printed when an uncaught panic occurs, or when runtime.Stack is called) is improved. * TLS strict ALPN: When Config.NextProtos is set, servers now enforce that there is an overlap between the configured protocols and the ALPN protocols advertised by the client, if any. If there is no mutually supported protocol, the connection is closed with the no_application_protocol alert, as required by RFC 7301. This helps mitigate the ALPACA cross-protocol attack. As an exception, when the value "h2" is included in the server's Config.NextProtos, HTTP/1.1 clients will be allowed to connect as if they didn't support ALPN. See issue go#46310 for more information. * crypto/ed25519: The crypto/ed25519 package has been rewritten, and all operations are now approximately twice as fast on amd64 and arm64. The observable behavior has not otherwise changed. * crypto/elliptic: CurveParams methods now automatically invoke faster and safer dedicated implementations for known curves (P-224, P-256, and P-521) when available. Note that this is a best-effort approach and applications should avoid using the generic, not constant-time CurveParams methods and instead use dedicated Curve implementations such as P256. The P521 curve implementation has been rewritten using code generated by the fiat-crypto project, which is based on a formally-verified model of the arithmetic operations. It is now constant-time and three times faster on amd64 and arm64. The observable behavior has not otherwise changed. * crypto/tls: The new Conn.HandshakeContext method allows the user to control cancellation of an in-progress TLS handshake. The provided context is accessible from various callbacks through the new ClientHelloInfo.Context and CertificateRequestInfo.Context methods. Canceling the context after the handshake has finished has no effect. Cipher suite ordering is now handled entirely by the crypto/tls package. Currently, cipher suites are sorted based on their security, performance, and hardware support taking into account both the local and peer's hardware. The order of the Config.CipherSuites field is now ignored, as well as the Config.PreferServerCipherSuites field. Note that Config.CipherSuites still allows applications to choose what TLS 1.0–1.2 cipher suites to enable. The 3DES cipher suites have been moved to InsecureCipherSuites due to fundamental block size-related weakness. They are still enabled by default but only as a last resort, thanks to the cipher suite ordering change above. Beginning in the next release, Go 1.18, the Config.MinVersion for crypto/tls clients will default to TLS 1.2, disabling TLS 1.0 and TLS 1.1 by default. Applications will be able to override the change by explicitly setting Config.MinVersion. This will not affect crypto/tls servers. * crypto/x509: CreateCertificate now returns an error if the provided private key doesn't match the parent's public key, if any. The resulting certificate would have failed to verify. * crypto/x509: The temporary GODEBUG=x509ignoreCN=0 flag has been removed. * crypto/x509: ParseCertificate has been rewritten, and now consumes ~70% fewer resources. The observable behavior has not otherwise changed, except for error messages. * crypto/x509: Beginning in the next release, Go 1.18, crypto/x509 will reject certificates signed with the SHA-1 hash function. This doesn't apply to self-signed root certificates. Practical attacks against SHA-1 have been demonstrated in 2017 and publicly trusted Certificate Authorities have not issued SHA-1 certificates since 2015. * go/build: The new Context.ToolTags field holds the build tags appropriate to the current Go toolchain configuration. * net/http package now uses the new (*tls.Conn).HandshakeContext with the Request context when performing TLS handshakes in the client or server. * syscall: On Unix-like systems, the process group of a child process is now set with signals blocked. This avoids sending a SIGTTOU to the child when the parent is in a background process group. * time: The new Time.IsDST method can be used to check whether the time is in Daylight Savings Time in its configured location. * time: The new Time.UnixMilli and Time.UnixMicro methods return the number of milliseconds and microseconds elapsed since January 1, 1970 UTC respectively. * time: The new UnixMilli and UnixMicro functions return the local Time corresponding to the given Unix time.- 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.17/lib/time/update.bash (already packaged) /usr/lib64/go/1.17/src/all.bash /usr/lib64/go/1.17/src/bootstrap.bash /usr/lib64/go/1.17/src/buildall.bash /usr/lib64/go/1.17/src/clean.bash /usr/lib64/go/1.17/src/cmp.bash /usr/lib64/go/1.17/src/make.bash /usr/lib64/go/1.17/src/race.bash /usr/lib64/go/1.17/src/run.bash /usr/share/go/1.17/src/all.bash /usr/share/go/1.17/src/bootstrap.bash /usr/share/go/1.17/src/buildall.bash /usr/share/go/1.17/src/clean.bash /usr/share/go/1.17/src/cmd/compile/internal/ssa/gen/cover.bash /usr/share/go/1.17/src/cmd/vendor/golang.org/x/sys/windows/mkerrors.bash /usr/share/go/1.17/src/cmd/vendor/golang.org/x/sys/windows/mkknownfolderids.bash /usr/share/go/1.17/src/cmp.bash /usr/share/go/1.17/src/internal/trace/mkcanned.bash /usr/share/go/1.17/src/make.bash /usr/share/go/1.17/src/race.bash /usr/share/go/1.17/src/run.bash- go1.17rc2 (released 2021-08-02) is a release candidate version of go1.17 cut from the master branch at the revision tagged go1.17rc2.- go1.17rc1 (released 2021-07-13) is a release candidate version of go1.17 cut from the master branch at the revision tagged go1.17rc1.- go1.17beta1 (released 2021-06-10) is a beta version of go1.17 cut from the master branch at the revision tagged go1.17beta1.goat04 16522745681.17.101.17.10-150000.1.34.11.17.10-150000.1.34.1asm.htmlgo1.17.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.17/-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:24199/SUSE_SLE-15_Update/b73f95da2de32d62f42501a8f2c1ca8e-go1.17.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxHTML document, UTF-8 Unicode textHTML document, UTF-8 Unicode text, with very long linesHTML document, ASCII textzܿ^Qyutf-8b501c9ec1e0338474bc3daf4e83a03d10e59786cd29a1b989222ba62c8a9d8c8?P7zXZ !t/V] crv(vX0Uy/-vT \t~o<-zb[c[Eoqȧoc̮ :eB{rj-fQeqd5B㜠M.=m[s¹FP?]46Y!"!(];'7 M{RޮP DdlD*vdYbH;i/*UqY {;pUx]Ylm_hwuq!y;64傝<٧϶!ʴ1p T))Cy.;2;r+};Hʍ=)%` y FKa&!O|ϞdpqAHh+:ʂ%'Z6}`KĹ r"uJw إ'͜PN0(ӜNF,_!92>dHxHmtC~-pA:䑹,XiwvX, кF:Og&gdjȷ??efF}{4} nU0āb- K\< kײQ vFC9LJ( 7 5ֵl >VZ}{ yY6T qςc!R¸.؇QQWNK+RPxu>_^b,.LSsI O$6J*,lڃj$ :V8"(|7 zO ;?_` 3]N-ٵ~[{*Ğ1ulJ}VX:j =Hts|kX-^̀cq#ڌ!~F<@l\`ZsRZCS~smtnC<EE 5̭GvOB.5}ѨkQq:8Cm(Af)q؊; ɱՃ|oU 07M ߪ\iٴ)rl)['QA$+ןANLA"jJCNk5[#ꑆT'tT#Huc_rDOې>h.~.LO3I?i>OR ~|>rǘɒBPBԾXIZ#2e\j":Ts5Yřl4p=ǝTyc!bS`h}5=.KN?$#u@*VEk"Y.^ U9 (_C`ҍ53bz-N*^f$CD@ҽitgC82`a_"dnEXeHݎ=FIGޡ~M kv(zB4r 9_B"62+]+֭J30ddb9LQƭEjbPOG 9 yARnmtQ58ݿkzMsłCj3De: *~վSmdflfJn%`AU^qfDŘؿ05#xoG?mk!-/[Od(5s|V]1 pAsǯ42o:5D9J\m[ž7;8ރ%`p*_䅾uA/5X5b:Ѝ/CbmCw2?*|cp_ӡ<6Pm^Ѵ v"'CǠEhU_:|_;ܯ0D_̇zg = vD )Ay0K1?W<.4P]}6_`”i?=V`hbZQ} VdI!FW3YX|9ocvuһ_Xaj^XBG %Z{a+=󝐴7֊ޏMͿEq+%4KaVLZQ'lI=BlE#vݝi~02vBKӶ<#n:dG0[ G:߇N5mު..vY@vw%3of=;'vccP0eRi@~֫yfm JE| 7M1)B~NzƘ֚nCg-OgpׁpWEQ ^> ϽeO0O I;D Kzgj\G醭$۝jQ'mBGt+'%:ƫ^+(XIOP̯c@5k8,3e * y ζOS>G=7^~)e.aTQ&N󹸊p Ih < xe}Vh\ܺìΈmӮF;m GZo ̭d^!'"gMUnu,En9D#xSuR2u}ۭ'%E!^$4xw/9k XFs{V=,?] }G!^f aZ^|B \//K*'R>gs@vc=@>JێO\F3EcӻwR [94eŦ;6*c1PZ:2ŭZ;o"udá݂FJcr'ߺja&_rL~~\Nr@jzXK șxL[_*/`Ŭn7T d?a @:"b ]d{ҳE$A;> Q𕀸bc~?ObYk0̘0@ [Bif ځL!->YGգ.8MOM0JJ-vǁaɅj=a>pI=x/4#Ǣ7s~s֩<y\GM>.WIwso~3x7). *;'n%_Oiwmƥ9j.W@Bb gM=c[H-D8M'%\ņ:& E*'2gs~o (֐6Kz3ar=ji5/&%EiAK:cIB aT$L8_DC>Y6Q08{Lp)*`5(&SН4BOTd+hQXzfAb^UI+0E;k]f_89%)5qu fLQŏ;qBp,0+bT@Ǡ&[oN1|ŝf<:Es:;i ;`/ f+5E*#դ+VTͬC.z^IH؃( TD& .lql ΈL *v$+Lak, &fAn0Ʌ61[oЯ} 8d+G(*6 ۲IU *CÃyv9XMz*li֊1@o >A\x2a}, )SE ˘m Ҟ$bZBʈoRHs܊>uX1Lo$R(? |yR;߾y1S"W a(RjcTRN<\- >-RR8P-X{MY, 5]>ٝ7{D"Ь8]cn)a3]ǀ).`t{IC=\ƙ^6f{^gބz2mV,v9>g2Dt,/ x*P2,|їg`yϏӞחP?A6^Nhy|P?Cg31¦ۉt`neSk/BefTػϹ4# Py\Tg|ծ? CZ `ۭ~&Y/_}@=(L"{([Ԩb˷G홇)uf/+q"%X  .WA2ɫWzk ؊3Hj{7c݋5E5_9\~ fLyh2e1"X!^+9 ^hnKbgZ(U]z$#W ܔ yvfqHo>T_O[k{by_[l;#);kfJ 1'!v{(%P޿1V846aL(7dSKfOe~UicOA 9OhF̥5ٶS(U3 )ףuDaK-NE)!K#v!bSMkuҋ./G "&v3 &#aa28 .D% Ǻ̹z+z#3"Iog1rWvAyykG3`ֲ@ ,qkzK㕼'讋vgxo =9E1U kϴ?ai>|IUI2 ɛdIkƝcSTVeP9T4F^v Fb}4z%)o(R ]RERdٿ@5/T'NWdz{ m Pj@߷Eȳu 3Z|<*{Gi[[oi[xl"5n]ԙ\!ԘmxSDRargKlL-iЛTJ{h"NY+/L ~0I_ B9 +zuE9]yQZᣞŮFsaog%#'E"AƮkdoT<ZRѲy l&VbB*AJugzu$8(o/[<>ԅ j14.•y;um/bPcAd,T=KR7WxXpދDY,|&SPECQaM͏u]7b9ŶG6$1%F#Je#H봋5`wSVaR")yfr|hio8wO*'v>>}4Q` R Q]tB?1_u4f(x%JttyFV|^g }27NSd?NI =ӛ!V{'C]bsaBTr~yDChh j:fmo Gni%"V:H21K6?kͽ6M3 x^s HE~- ! O( 0[@Rk| C\봑EZx@TO _+tmMtKy|uT' _-+?#45j%@]ӈwRK"FJnvk):Ycbӧ-v*U@/{=oEΩH@-WVALxf$+|MP@(-YX3H&j*%\k1^u-oo^v{JqW1×B_L!q5kD cg{D?59, яɦG56s-,]P& 7{+>Ub,–dP`gv;i8yA=NC wao@5٢xpM8n&l:ۖ~Iu h(3'73U oqbWiNx5Ak [zxKG:2줡[1@|b C6["9SrΣXn[W[Qh듧Eh\ǝ[c,0mDK SEbv\p>M4DyJyq/})l\\H^ c{8'iϻmiܚܚ̌]КS*h~Bg`ϹZrY6;ˣca:>sm[2_wEqZgs7o,s"1FI}mWj@+ IYmo<@}7e77I;QAgiz 6}WiEYCX(ؼhNtM#ֺ)9:~נ]M/Cf-A6a>P02Da?f=6ˣ}7Yx^Sy{4*F~ 7dC(2:2–cNy4V8R'ɞ{{7>S}TF{QDkV 3%gUKW7tak{O6V!F\fTS2-—il=nbi ɲw:dfUcĹ[ˋCM`֭a!?5wGtc0<j6O) |1 %JX1<òUflj$!.R<6I#wAgI](8μ:Ȩ qR׿fQ#6 (2 y?"@]*~c!sԢYDL qK\8**-5?*'² ޜВ] -%ΉFȾٚ~]2U߻TϞ =w7]F64$X-Ԗ{ME.*kP>*zN(nq'` 8׆h!LBF@)6aUTF軜? uj=CC ˏem}:PagBɛmt O:<5'k A6zQsǩqA26Q`DxL(xF7ĘMwe^p*-J{CX1VX)gl8pH]"⍨-X#e "PU$O8:ʵYӮLjDS}~68(]] $DC:Qh@mAC ~o瘽3q̓ \Cu$/^ ^R& $Q2-ŕKB8o޲2?G;dBZ+eYc#nGcőH36~Y\\4z}ބ1JI~"_%<((Rq}C33PM*ɠ/s@Y3jk?LFoRT$2o _N$gr $4A:ND"KJK0[]ҢcMйf}.Xqk!* +A*]%nXNiNnXi 2wO.J磧rJPL{ .bѥ=r=.{\Љ2UZv-;Y+qbC#[5Kh&krCd=; \EKc໡Vߓb_O~Ρ#bϙXy<{HaX -槒M0BO!j@fmp/JQxo}W~䅰=]\4#l |_nE2D55ԀSH c {Ue"JkDs&`Pwnbö@Vhʲ1 0ҁQ™{?15b Qt #tB[;zgv"SO2%]@i8P kDqHoD$(. eJ5|e#M3ص %]ǟ2M4O3͟jˍy 10>0&w0BϿi<@gcc?2lvxU5a'D:B|-e&oa:{(jDrn'[ j٢gZDf >J:V1FE=nCވuqO )?Tb[eʳ eG>`y?kn ~FL+56ϙcY [M?jd5WHU,X-EH v'ٜc@kljwQ. K5Lы|@[$ʆC+43ӱ 脆^ݤQ23x)gJL-R@VFIC ?nщOXE!& {m(a-b&9}gλyj듔n;6CrIwNCzW!G܇ Z@:/J"?Z ɦ: lRj2dKD1F]̺ԚB`ƪo3VP\])ƧlSlh^"Cјp u:`%VPPQ&N%qO|&^44oKQ.@_^^!D&iKq!ȶ+H5A7cJ/u"+ y>kotnUcMboIÊv@w3)? E۲r_yQ%e'Ps2>1_ZU0GMWi*=0ȾHldzCf3_u( ૷yٴwZyҳ=] c&F)b =V"\kb۾,׆]qף)W2sQ&0%{19U>$;Y-KI88=PEoZcDbE2Χ, A-=wpC#84G ;mlhnDȕO7!7TgFĺ.=DwHI |dj}x;ɋj ͊7ևPTvD(1  қד}@sQDk1\WgnQ:ҢO_U%B 4԰fI5`WtMi|3 HVL/QǿdrO1ZOkD _ä2%͂ .%(i3!8(0CZB9ڿP?*VJSmig7oXQG=g A,~K#:Ăt-?^HH8`2L%iND?N1y-O<_哔..Նl[ *BPz+d}z-͸3uepʹDyq}!߈tYQ\RjWi=#wWsR)#б]V9xW[\kwu /_5Fn!{..__cT?a9 ARH'jDDOn(ScUh_/c12뻱{iДO]-SR:Mc}V+r>\t Di8"q]P5K Zݩ`7V(^$Iq[Q@`nyZHI؍*@]٪{a$իѕ?1XVuRxi7ƽľoVƧYS2T-FQIކא(h.CMF)JHt06\.۫ $z2gM՚I`ES6.$\zx$WUA!"$3퓽^zAzBZv#':G_P Pwt#D;RB6r礙k^m yUƓ#jm !YfPϬYy@maX6c-L\Tq䫡M'B96{9n`D"=o(=̌F)g"R; 0k}:=UѥTBZG|2ax6(Pwxn4t!.?tۭ-} R9g&DC6ETaR[Y Ӹx^HP)n[ ΗNs'Q;X"ľvz\ih\?ƻwz3i))*%}Qt Y_󍣫M rnLV"kfr}L%L Wi{YEBYVv@ j/@9m>Rx'ۡQhHn:v ?aVd ,?Yu:8%K37jhP; 2?G,Q" h=1D"I°1Ǫ7>BV[%ӑrQŶ4:'>lSW#Rٞ!!dL u-XÌ'YMqӂxug_t94&7lU5t$-5!smG\lBu 0OB5~~ё8p ($frPS6GY #tȷzb-_>M#-Zd+=1iȃ\'z ڄOߓL7(PǜZ \lBg FRȘk;fW !ܿEoNt~П󆑰O۬pO@N/qwY~:\IaïL]pA{w!.8"ԩR9B@l#mOTp%&xmʋt|JMdTV(٧!SX=IbVjzFv@( 2V@}2ЎLF:NKqV <ꓖߐY.v-C,.Lzl{߈~` 7hc#izk1G½avO< 4#p[f~:|r/~|G7] {O6{\?p_h!ez]fj^SP Ɓ]J*C`%yٛ)/ȓ;燳1~ٚ&R@jU)Y-S-\4xʩ^|kmmXz$sK%a%) *uL.[vtl]ߜUߩ AcOѲ`*I9g `yl] c|K;:Y"6t6i+rV"(dIÜ3;JV 4YN}C>ĐADtwhY~|QlL 8͏+n`ufd8uWwƲyu5Tb|]a/=0.Z/.Z+O/(o)-Ƚ.M/)#@^zN|_yLTH~- g8TOjZ}I:c{1`w #*{HNYWXQT {YS*ӊz L";ֽ͖rNv_AvՓ$m&ܯ<hCp3BU{e@身i|"x-1ғz AIJ{l"MGKQfvԗb 0/$ѮmK/&VƯ6qVڭ/Ğ)նQa@AϿ)#z- SO!k;|8e%s0,uZUhHmQlTzŁ%~f*7<tŲ>R;NMN׭܎yH'hOdL~؜M 8-;%43UY- <(,u6$,#b(dlđqW=02arl$:AdׄU(NklHș+.$3 'Y:ꯍj x SkIxh+ pJ3G277K"ۍnP{X3WK#azN$, D>ګ3۹B@9C!$qjx"I{]Zb[=`DdTmLo >@  4o6DRHԼw5HteKƫIQrÌ( _28 gYct5x=&FDǂGM^/Q ;\Kd;dI<x;`H(%ǨzjDo/q7+1ЦVsYjJ@6s&ß݇⥿Ao_^y޵5}x鰎p8zs#x ~dJGE{*Nn2hi?ŲYIT.Z"B+!ުH_DϹyTQe!^|. wfW w|ԩV^:w.Uh-OM מe?֛+#mGy59i FKP] ׃@$H9l .ac{HK8d .I y άnzezb#XD\-RboETa^:A*6=|NE q?oI a9@'pJcn 45_ܓ< NŋDz3~!4 +bqwӨtn'v) [=Flv) RI6c18xK ۈԋaN$t̉!n՟ 1@>ז"T/l}~jBX^H3 ϫ-D=1=q !ѰŻv*GeL܈c苯Fmwup8NU*{f|G<6%"etBr -;W=A?VME|,r'Pc?1Wja]&>vc"sRBp0-%(bVVMn45 &n {-xT)#Q3J|qP?Zz$>F#prC<.[);K 6, 请2j3us"yK@,6k7>N7s`I[oyXl'}8cSSr?8N[BJL"_U ]nlvщ~͍U0E9vq)*ka.5H(_ f4"։E@@tNpHݚqH J}xc0``ߴg/ 4J$#~+q\iu /M 9ĆASyrZD/%DKrALڣUYW>ݑ9FcF"h!zZܽpͦ p|FNC6#[ʿ,pjek |U0!JiZՍ@@_H\/=»[fAP:ɪG˟{ &i+ VEEFY[kmHy`e!?}1ץa \%1 i eBl@@J$tQ٘af.:BFL'K F#{rC~ p@&ؚwO0wUV $*[ês neP {%#WP=XJ$B&>-o9؏B04+.K׿|,^ sY4L.)4zH %e7w:) % #Yٮ2f_N P[zt 3ݧ 0dOw6'Vʶs24>LEHKYf`cηtiA~}e1_ ѭ~،vjㄧ AjϽjP8]i>TkCG.j4'Y$H9 |sϪ!$JCԶRx~MFQ|vL$O8j"-ó!oDUm6?D+#sY\vg})[HgN޸{ݕ}3;L}L@i+c >jYy.{+js¬nhhtMtVw`bnvuqJ*QhA(P{c \_?a@ E8b$șM1&⎲ڣ q8i}Zm>eyq9כp$B=x5s%l)j@&ݕykL~NYzi+c#230S䡞<:[Z;^D Άjj,R='t367sT (i@9C$?0zUqWb6_V oMj5YK2&]QA˵.:QmR1 S69`reu$/vm<}?z/gDq/@kݦ:M;.bλ;[m]MlX'&zX΋#ZGSQM& sC%g ܯ?Mvh."ݿ 8Z~=6#; r0 Wzi𶪟5U0uB4֫ ' \ od~΅ZJTZsG]ilT[LyזbfGioH INk]EwJK[z"P^ av2 J 2JdYd A79Mc8sF㰈}'N蔁%5nؗ1R3[9iެl_(J 'TDe:E]; qsjED)[(&@3XE9rӐg|L5}Ȑ1(Z1^ZhF{1ajl̋:ZM/y/-\8bY8}港b|ViHlO*+Y){}]Q) (١I)O9Rվj41:7|ŷ'|\}QRS"alĉEPĔ-C2bTSa.gm{/6.ed|XF2_NC}ax0f[xI[]sM7ajc!ߓvOncb tpD.0JtT ^aH7*0zưgGHWCM>Т'zv|y6 8fO<[  )fmGSXrsm'ȨƢ(8+! |Ԏ<j騫G06B$A c^K仒 &xVYC q)| x0mAw.`mt@]KȞ&DAБ}Qg 0gr袑C.}̊~#_N쒤vQ|0ln]rT,ҍ'9hEF;l%A -€j̦;j,Z#s s"crFrć~o {Ki:aBТTЙO9%@@JҠ̫ L::Njy_ 4_[Uj_g_ _dz8i@g["REѭh;YE=RS #]F@M;l\9*Ri!}l iZYɞ3"6qed70Ǐ>چmbB-R֦OB&o/˺RB3ٛ\ad9.GM;L`n+$+Q57xlǔVZlDsY{)8BB2ʲ4@r3ID Jd\R݀]o2af}Ё/WBej{Z2j7!97. e#[גOЁnǓ8Q!$Rٛ"NL[,KfpțtO{@b}\؃:y8c%keDJ~<+AyδӚ2N^ť67]z:JHec ÒR2e=2OCorn-oh[#w )T=^޵smFGV}:w wN  <3=͑ `(us:^C E=ߟ^InL;VWyo?^/Fʳ ^v%~1Pmg9-:w)wœ Q8CvD)B喃lL EAs{RvNF/Q Pv896Ύ#8v)RIaM IfL-Q(Č|*pR5q4 >481rATtpժ3]>q'o3OiUMEBg&ز7ё~Q7g>c̴U'ktQ0I[edtS`DsYwU!` sCUzB8݃4*̜B^?%:(6?d%%ޭ}rqN-035uY;2ٻkpynE^3ѓ-ӣ}0ݹ =D1Il,[b`QL_Z0mM02-ˆV w {x<G2ۂژFׅ`mK;ZwymIs糽97z6㋳a< 3MboKpA_KcIbol.,7&s>jPD \hf\}|xZkNtEFѝn ZS:u NŽ,NmCRuPn r%kNRQ ; ]j})8l#t3;J.͕/qӀJa75;|SS`6y,tk dM7/)-X_&q]#AMqᨗ(Fʹ.a0a>y*|r0JeJ_$Qw^_^ '86.,ePؕdC',_l aYY"*ZM"",y}Mk^,pI{„Z*$`Kׯ \K/D!Y"2 rĎ|-?Ƹ 05 xB:hRIVUP*q' qέH.0G[c9ѽt~`9)D_ǵTթ#"je4Kr8 :5za5{i^@lc,eIQYQCl4|dCGUG;QqM"//~q/CޑxvpvQgԵ,Ej(|qSd'J/`]6Ve)TL)@*ǸS']-M6%0oUnaHyXl\LX*;z5R 3%ڟ̆:Wxfd 3ԊyjQ )'j+7ug/7iTt)O[v)Q&1\ZG,M-o_'w'ӗWiE DQ߈K 3N *b,/ *F ', (fg^801SϢO} _ax%C;T[;\%nC"Bwy\2`dDYQi&]kOG eF;'8)ftBFFY,Лۉ HbILntrnΝ;Qkk"9eYmݸL.2~!}o{Z0giѬ^^W,tŬow0sF&O]cM,. NIU0`4<.zl>c6ѼJ=cˏ3G^p>Q#Og]'I$<EօԆ-1HҰml$W ?9 1DUv=$3TUS+2ܟ +/+Gj{IlF i4-hGĮHR{XNjZ0neiEe=`LB'}PW= nZ#qQAI3=n9eÔ2eEj/r^5IqUX»,`YLܘ6̀'dZH̆qCi47ܷl8a/Hj75LWZVߍA'M&_smAfvV#D 49󃐮HUoZཏ::u9ٖ[vNP1Z2*^,MDsގ TUMnBYl zi" ɦg" q~{A|j<,j Q/;|ST?W*#,;,qx [%Ƭ VӑZ"=5c(x5x~e7HZW~/f3C(&kg8XA[.A纉tM ٵмee6w%VoXF6Rڱw~U",QP g^U\l`?W(_Ȱ"(:sÚKG:Z.APaZ^`MyevJ )BN EܕH畖aUZ.z\fn.!]a6b:Il`b&Jҏ-t A2#C_ HS̶"'Cޗ"րҔ> m/hy=[+"EEfK{43 Ӗ:3`>ƞKZJpyfPyKfye$iܙlUwi›4:a#И^{bDس'0R!2{vC2vl1uNbK#dAW6fXUfcNҭ]0HyciQPC}-}}VRr(sꭟCXsO^rM| e4c= ,g"ʛ扤Wn8ٔeu#c+۞ D_եzUlڎg-<Əǐ PVTG8,@B>j׫'# o;?|>`24zrdVr!Y9Pql)CePg3lVrx,exHx3,<ƽ*DbGB7Bc &YihUb[9!9K?8OmmA26Zk J*11</RW$GDʛH2g4/lxtq*>qt/ӈELv~GoUE\,+U&p*()Q;-.֑-r}aI+xP6wSvwN]>灏ʆb|N_1'7~y9MO 1 (uHfuy__Ќ{#-r2IE}llf朙,$1V$"Cp[bC1Z[R[Z˯Ѷ}jh YI\$U xSwy1u)%[f~xn,SYIw&!COd7ե:#":nҼv@F `ae!EΑ]~Vݮm ɑKgp4bpnW.@eqBُTå6܀n(N,l~Qm@ckv$+YTT:"0=k3';霥fk>ܥ pt:FO_~=KV.Pc4@ ,ix7Y OkG˜{ײ PW\ ƾtD,"j9,.HP6遟e)6.\ʙ!^"9,gkIRx5K,I"q0e_ﭭ'`|΢0c`;R;i\1a8E@-РOh 4;=LXϓ$'ؕJ>-Iuws N6W IL~ ފgj5oydUbW!Y)L\ՃΛpJ% Y=cVv꼡 򎹑 t?|w30Aj00N0 HO XcCI@uJCdDk$߉}xBw?vLjOI2\3‰E/̫hye|SKVc>L>}2#qnJ;=I5IoEߙyz|l+*6Y/PVZ,WCZzrG egyp<罀aNʫ# A2陋gɻ ]6ݕЇQs,-.i C jĵg$EO1@PC@\wmsVlݴ" lOIaIYnh,7*+ǑӃ(߲R-{Ӫěgoq(^2q66A$/5%,G/>pס[mѻIiySkۊI=]\XiE6VҖFCtgɰN#ܤ9K tub(]ɒY֗7/$^ 4`j;㜞|S!0xD$ Z9x b{фM7HeF}8F(P( 4)ߤ&m@Ԩ-U,WK$.+{fmlӡFNjfB2:1,NA5&"5lJܬ"E>=易\z4HgMI#q|/<:5C戚Y\gb!."fDɹM]y ^[E#QuwO/{jIV7Dy ӎ0b 0f=€n\~m] cX>O;@Ѭe(@ gE;;\~D@+(L<ڀ/(~eSdWCb*tFŗS9/';X U#]-Q8bM}|:TueK Yi1ADZRb1(vOpFԮqLE0ǹ+SiwrpdI*rN7DKYsZX9(gl'uF5@"WRJs$MM,pl1/[pd>n̻e[Q5G4>?m/+j21=ȪմlqH.bx;A!WFh֊"&hi%`AތBD7-rz%`~E-FV gEGΘM] XnkZ9#AQ;Ra-Vp'?R(w:1ðm)A?QHD()C\Q)T־z}OC)t'DͅZ%%&W:bJ$'~fln~E0`+(=ZQՊ=V<3 y4U]~׆U2rsm*ޒy\:w(֖RiR1h\(:OnxnD?"jӅCpEm?@Muy~ WHդWAb[vuW Hfj,Bg|(iENADNRX(#DɀeQ5TbWfX/eQH˰l z2Î oCz6yJ:m0b@#L *l]ht"5扰5a[bD}0?YX$95In4}!v2{:-ZĿ-pPO݃w[A_߯2asJ*+YjX]yўVf`QE7K,ʣ웇fEC]btw1( f׆ <.;'nopeG)$",#)D7 0~k۳ n3^[wUk![̕qjr'q.fgF':LK\KZs4Ȣ+l)0pֿ8ۣz56!U @e@EFdgQޅ9]bzz/y30P #x_΄v)mbH=K7巟o.@uw%Ow^/q7%2']paիeXVJ%%?r>eŵ^Dл}<Н c9)z~!ӚjVBY4h..NѠZ ^Z;yuw+ғ 8AVklb"-6g"0 VU$6 xdä>6+`M4k,E#e+Zxtѯu>(Xhu7U)uvd JMS4 z?cK@R>fįcTR0_y2H?zW L3%O8SuMY;ϙ*jKk gDW?#Jјaj`9oD Y"KO1 <+>?ܣ s6 [xWAOq2l}iE+17sI ?)>kS:2$B޸DTXR,dl VUxUݕ2:Yې5"ZJJC\a [Ԓz.W4q%jcH&Y_-f+A'uJ.Ѥ$OO+N=Z(0GbYƶCor=?=_&2ˈ*;Ws1>%|m?KUU #2p勦ɕ$=f M>'?&. ޕ⬼:vcxѝ6z ˒';DCIslN`w?+Q*#p vω͏cDzX>I1nvrfM~j&@[ۛC|"^!)%BdUCw+ew֎bV7Ud$ш{ڰRa:nuH 6mFIH__0xq@lP:C\Qэm׃NY e;&g\cNqsd>{)/!䕆) P9j3ZGUA6נ"wg;I>"漌4 ɛф }!M^W- Q[kN9uWCY胍eTJ[SɡcSS;(@޵t,A W'6bLpp)<.ba5gyKg]F󢠭򹊥Ԅܹ2QѭzP Dy5·8 ?R$H~[ϙcj2CEOШJ>.R[ Y)46DgTKE!хёKD:b Ɛ ]2\OShiBA{ݽ7%܈FXOR&@K} Q䟔R-tNCm1șP?a]lg 7@O"Of!{iT&bbdHOɇ#_ɐ |_ ۿUgٿkE_y(fkoTvy@DŽ(  BD؏ж[BFdnPn6v7C d[>*=~h1wл~ 2KƸN G2tUjz:CܦqX?':o\GR RBnݖ Ӄ3ok{6'uD_x?ʴ$ $aShQ8\q f cUv`S}>_5U; 6 1m|cѐLxR[=U)UGm'QDP7 t#T>bQOWz,Zmo^1+u5Jt,^3Tv /}kt.*ɈnKa *H,ٴ̦(c"SAp!娸yYFMb0 ٖ8H K+],Jڨ`<C`]fħZrbJ g'f̞@0q `]H<pHZ|G:8u7Ntm{ރZQ~m eRkӥ vz|>%G/^17䤖~ KHgY-$s ~u'Kg=)ghPH{J88ai{:MȳaH1?Dr;`}cwcۈI˞-0<-Q"\PjiܐM{'ѮZNkA̼KPZYl=L;CM C1DzErc_a2ZnWIEv&;PI>g:LX1%YHs]&KCI pjaWxe>g;u\r-im/IB 2~7쳃4U\C=)^FQz-/ȐTlnFh5mh"(2gQ] ["z$G6^&L!:*g.5(Ս ٩`}t_]d73@&K#Ż \Q->Bx{I"UE1 -M`\rlq'M8~=:<XsAF{4dt$6v~34BdR_Oӆ}QQFlqu9!褐.=jn?0ִ XaF\/jmiL>B ΢ ջMAx0& O:%9Œ[8ORHиM(O6>CGpL) J"`tY.2g6~fZh xpan u¼.;y3O-֙=c3wMD[PmQUBa[^jTox8ykIo{utO &JaɏW T $]`oO@/pO<0ߔӦ}}Im|0#脧Pn.&3;0dѮ׶qиKK-AL:W_eX,jS4耖֔3||_8 T>suG4py=K֝f ڇ80%f^ӋD`p>Vx[(u)Z x]r܊gl=ȿNUyz5hy_ -hlc[V`e tVjWj]e)s ,z=B wǦ̿G4?RrP`VfJ7B!8UK^ɎwGfz!Tz,x%4X8MЛ'T`=.e|ڳĘ c&u˕غ~4yƩN<|:% aX ؓ*{vPΊڐ-A`0F &=xB9ESsT5އ,5g%~ *ztAQ>qHFNT6pf:D iaNpn>(JVn׎QaݶݑB6#NnGNVy бq~t˞)*/eiZܸj< ,1k͆ Ҳ7CDri(hbI}>TaӽIY"s\­_Y9NJQnY|z_{[iwF8+{)()rb.AAGB(*b@={;5BZ="B7{%8 lAehw16_Gx$Wj\EVyVfwl1 Co*D|<*էYڥa me#v`ÓA b|xýcՎ g1Dk+YpҗEWw@҄I4NS`C&QR)~%S@M kSG !Q Bf= =D,w%˹i(}`ѼU^dv>St6Aڃb) Y u19@gI/CjV1!)3U6kaG@+a#Q4gMړAͰ[X!w"+䤐dJlQ~gȵX}T.%f !č7cyr^-*q~Q@TドچÐőMb-f0] I1^4721 ªAeKF2˜'yAͩly?RnHDfzF+ }RCR\Z H_&\n|`?0F?eۀϰy%/f R.؅͚?#6JRw|zBOE;NJEhT7SuQ9cAD> .j4(J6[W~cm[\!L8 ss\d+ZH1 u &jd/nuj#NV s Rʣz턜@jۿle2Ny$^ .!&"(3]@&e_AV s`@XǍ*yݧO3B4zuLID^h-"GvI؁kesh Ϊt/U;RA+K7 ql8n3u,a֠~Gf :Hڥݸ0H ~Dx-q)Th7TM ]i)[ ajN?TpQ1%ikK0Յ}\ $,3W2=t֙%| . ?L,,\4gLNPrWEͣa1 RA ~*Z{W=&`e]Bdd@ Y0}ãhQ1[Uħf2ʰܐGm {u"=vb6k9~A5p cZ yEicUQd\6!Ǧ.ϟ쓱xF[-7U?=EO*q35@*f?9G&_@$%WSw=LJb.^yz|me#x~G,< Fסps3/nMMޑ(?BңIEoۻԹ'OFXch6+/V{i?QZԠW4alH4|FMKĖV9VS\΢Rk:EBOMQAaJӀM@4V2MCOdٱ뗤ݷ'-lE:Ru)azJ :4: Tf/+@>Cwd}I3/*(cPҥ%x>-4Q_Y>D1XA[y "W!i RH~nxu'UQ'1{TJ1];denn2 RW bdc?Ru?Ə l[)/bSM1fHo\J/JOΣfz3z2`tM!(T|xVl*!MхBZު:)}38ݡYr+[eB))Ws4;'ڹݰ{u")%u2-ѯ ,.QbƘRv=/ѐI;ĺx91\`Kb'4977 ?oy>\nQb: S)9&ݳT$T x)G- ۋWE߅sT޹r:}^9"aZBhJU% 7PDY&b0>p\>Ɨ\Qb)ϼk_)ڈusP1׵2= ǎlSh QvzϞ5kɓOny_܍RQmIoDЧAeՆ ?-0J6ޒ-d$KW vG@/RE(1fjaqYU6LG8ũBujhU0 ܕhRsZr؃üwcrJTl)yP`5X1#.׊Wdh܃"uKgd!nb"@C|PW.VK[Zt\GMruV%NZ㎁JyZP'%KfP9` n΄𥃚kn$qAI{ӿu,%T>UzLB{v0e5O?z5HOVPA"&|EG(9͢^:!@TBTj5)䒟Cx6o[%Bb.n<]>3vL}aw/&ÔE.8v='8Ճ^F[WugtKv!(Tװyw'RTSk_VFqA[zZh0*m\+OWvSnT*xaT.(2sUEݛoӫH]%3Xw8)!<6 j%_G2(a3jC$@kz5Ə^o8~ahQaI'AVr'lv8^"p"d&fXL"E)g4ԍ]($QD -`[Sm+3["1U,+ԓ94Ev`[4ekE^Cx@nYy"mi`|T =34r'C2>IeM<qQše󞯬j}F|ٙ;3>{]I (Ӕ)1&mxS Rlpv02:^AVS=4sZF缼>4zQyԥ>lYO`; R,` ] VuW< ׽e24@>@,Hs-vjfEXރ֫#ߛR:%DX`iO вfd` RhX wr'+W#&1qETo4TG_pRL?!rk,C"_^ $wm8tnr"E`=P4MZzqtsTUlvZ8}-eZoؐ𪞕`|Ipje9_a}ZyGd,dQsO'(6WTHq]qG[QS8>%nFCB|p܎UHDq`ݫ}sQ8  EN<"%A.C4haK+[-ӓ0^\9si NWc(c@by^B-Ȓ{K d }il M!WほY6v)h"@ш$=(D)W{:֖:jM᫐Y."'9&%ш %ҋP_[0Ⱥ.;>:yHuL]gwhUp}ߦkXNx|RKGv違QɼFj^Ilر~`GQe2drv<ʜ)Kz@؈5 $`fAUw eOaugV=kd8gߒf*`GN?q|<^&'@z6 ?t$ `-̝͝YyИh+Ldqv `"ӺހkgMMqXh9?VkQZ|a2(`呫߁fẉ`cxO8nWuR $:vZ/)Ӭ$W%hkR 'NIXw~/k8 4֟Cp'klΝvQwF$"tC^cKx9jJu#9n2S$A欝:o@owit f Chgp `Um&j& *jLms5?9T]VOˁsl6!+Btē6w 6EYBNgS6E^\JrPZ (}q)Jˀ :78z"J s<䕖 {|#`8 &hkIxU)` y@%^lqxH=lKʿE~BB*_YZezl.boO ID;?3Tfh]~=HrL={P')QQHvBvJDSKgռ={BfT!_RUT5 0DJc jhMch^f{ifħ h Ӵߜ9^yBzz <)4ɿ9vG{PO"Wn 律xԘ9E}ϺE"w xo],h:$EV&JN@554ӷ[#,:_H/ReTk.!Z Ɋd_Q9".\ PIݣ:`3yA Ӳ!Mk^18UX G-ixq|cq"ҫM)_= G=}qH |rHUx k:\TCI$ w̬xw͜R& Loh%AZ= Yǎ|@s4s'eqNe"@_Pʼ9p}"0LwaA\/d+2ra'P0320_#e kn=Fi'[WǥKY$SUlj)G6ѧ7C]5L mWZyQDQŕ_G)Im[tce_ϪjU,os+4tLTʣq,D3pxCzG?z\V!`?t#Jy3|71ug>m\<lXc?)k3f; sױ)bN&F͜& ~˥6o.U{@Q#E24lu /6}Ddu:0jX8T~š52.B: [?L >Wmjs.d# -YD4#g2@O'b-ĝꈵQ'_\EA7P2AsWBn 1"8p /it%n4 >)6UyqF,^xj&O5/x4\ZrYB%+&AaxʠmkJg&OCRZD?wDG%]Au+\+L)?ӶƟoH R,Mu'"ѓ6lx ?+OM6t z!b hGr guFdEP_'İ=j\ E0!"<z!"jM}uhbٱಭɉb(=s.M6o{ 0((|)ij kZ"L辤Gbr;z,x7Ts!ӟ0EIW6%z~XȞ1/n!>? P@l.'!#*|Wy iܳA}e ٕA5ԣ TpF}Vعp/4waTFz9*[k; ?? AP񵾞cuk EJ}ysc ,RN kEޠ)!% FU[eZ#_Cs;+Ixx')s/`M9Tb=nB&YBi@M 56( 6M+!o'/AE6 T,*y n\x,h7Ϝe {D\D}O7z_ SMҼ.D$RV7JNnWSr"`DVVIk8FuP|2VQb\Fb b??: /HZ%Ü\lo"uf-Uت֫~v)1Ѳ ,4d*~U3g_}uL/slĵ'c-/ I 4/zmwϹ.wĀXQ@/ݹR 9Jǣ_V,BذGwL”7=i[$ulv/@lT0vՏyeKU{ɭcqCû$,kȇ)kG|1~0W)B%?D7!祉j 6"Q-s l #ŠTC7n>,Ѩ"9 :F^Pd#:Ocg3[ 8γ`>(re-jJ(!㆒+Tm#EMn#:lu Z!]WS-GdkMQu=dz8Ě+@l04_C@bɿkZ0k"23bs[ɤN>C֣0A%) ^݁~Z>sC$s#,mAxY@]շwr  "0'{Vc>"@^hʶe*wIO-mK35tž.}ѼM 4\OxUbHiIU`P* bId?=K_%= }%s՘?FCy_,Z'7eUx-ǎge#ޜ \M rA ?x.z#$ 3Nd{@4'Tp֏NZHl*FSJ^c."1Yƹ9#Ed(([sگ]εJh>E,=4#:Rrz$.M()˂%YPRJ)Yv;t{GZ ?gG"<0pߦZä@7S yMY/I0u-Ge΢/a>L۹1} /3n%2Z Tuܕk N7x*<8mX; TTGcCo*%\Źbv C5SHG! όDViWPMu;EH"4 Ypՙ;& bUqr_duP6U2[N-Gr2E37{gO.)okMyζ6Տ:;+C =Z, IJQ`I(~%}]zi_{!y(guxPͿDXNK  uF`s^i`,ڋɭH3<βx>Kc o ! (5D0!{4Xۧi+ԡF><_fJ+-M++dRm+jFR;Zg*UvGY=J.!  |Tm褲 N󗇽(iƱyp0j6M2כbedr4l!x<*2mju*c&:Bƀlac]IZS|S> d7HM`%ȩct)O$~ZeLKxgG~ztE圊3o\800 [@jp *Qd_.d6 !)"p+ɆԻlrI2q8c_ak#;?^s JUQ' ,)}.wk$?E8|p|mpCwVyMSm (1sJ Iezyjڍk3T~ !.d[-x?_mȷ չr#=s0Ο7\xyq\o~ dUKAp-Z7-wO 4_2ɵK ` ̪:!ba ux焠b-qg9N!S&>D6]h*z@0Td|b,Vi3>AEdwy)ر$'=`qu6S|WU%6| 0::Ο{s<\2Lh\/:(."AoI˝.'Y# (ݰgoO*O(%v3Y>䁘\@My?γ𒰽zw\ӖjE>űjY7{xLbm}4MJ~ڬt){^RkkA&Rop}'t $1T>EhXu^#\*%beAy餹[x=rZXAzVN©97) f;ޯ r͖/39`r4/xr=@)ĨU=8Z:zGj>u1I-O"ޭ]p}@ˑ"cE&q\.\CWYVGF<@J)np* % >^pS[*7؉6dU'ָbcg"6:'*!O n?!PpI82],yNzgu̕XCHᬮm~ FUroXW7o{+USNé/iɋ?M(@w}թ>0|k|:McMvXхHtj eI۾wEsum;_d|=PRpTj7 w2̊@Q6 ٝPE 0?;)#qЄ`yiF5-W֧T#căO1Ź- 5<>4/32lܬC(¥{)~"˛mp fB$'urh{O.d wjۤ\C[IsX]<ޢGXqY ]{kF-Fkg7;P_Y awlc, Qu(*|NOa]ge_揾qfR)ŸuO]0R;hHz"f9"@K:O*`pM58-+5n; @@&ݏsVy탤UT"*b^v7#V{ڷ[~YAIf1k%a4%~ġ1Z?,WW׳XZ?$"F%`oܘy+( %Y?ìhׄ.Ԋ7u+iLua+Egsœ ho#Ȉi6&ZorfAݩ寫3dxD5* s~.J ̱lL_6ס:6aH!_t |'WBoiISرŪ+Ű e ~J.bwl`cUD0!c"BH~1w" n~!RuDꫤtcUQ ;6!2N%dSO1#qh};`QpvgF& eXS߂'7Ds"Te19ZȿjWާ5qd-,O = y9 -# ̴ Qܥ0 TVFz~((ˍħZ-D=UUg9_Ŋez'ԫW1cAmbnRM NXQu:y.:d5  %54&w9|b㍡jvbtCf~ )u4u#+M2)Zґ%𓆻(W-qJh RU{qWv EX.,bre Lt }›ʌE #~ 5pp2.YW$Jfu h.D["ˢr}~y5i e(O♀,aAгͫLkwh] ?is-*'sLjfG fT=$LF<׏ E4~' =T? -)&%|On`-j[L2K =fއu65vI^s <+ٹA֘㙬Lp($7rC>TL%b)P?cl9)B`N&4t19w Ɯ|٧9:k{q:(֠"dr[i6FD#882OU&t#4I˖FJ&aUZXr2B-Yk~?0w\!/[/.edאI4]gYp_p3ח6LP&bC Kg2'x-Rkik)hI=-˖L(8Pwk* |`5첀z]+cfj`!Q+%.(2 8CdbZː=Er:s[da}% 5RhP -Гt=Ârn@r fXT^w.kd1v)^J2}Q1ׯkk5rPXjȚ-Wzg#5~)tI|P7EUge~N6x)k.3zlͩ!nn b?d޸'`^Ƕɩ+Q ^g+x } ) ĭ5NO`Beipa[/CQ` <Ѝ|N̓UY[ۏc*mЛ٭MJ vNbpODelf#x>x֎e;S1MMjuUkN7gޢ+?!hh1PIԦ4- 愓>Ps2rJF$wȢV$X[{MB '[y gjO3emkڻ- JhOt$X5ꓪEŜ㺶'5*1 $/vKuyvdIpX\͎& `+zB3ƘK$VD45y^_"Ρa7k6~,z3;L@L1w6en N#6$!YVJb/vٶ)Q#7:Hߍ4^BDAPGVqϊ QV,W@MXJ'ea/)p 2Hb0d}::PMqa;KVtce|ƶ S¨ s9ג)E T7VxU_?`&ze̓9aCe\1 `Oilbx-Pп(INas$2ksVjMpYWkqSqs \OC Sr/:>RoH:c G quptf`͏Vu|ekk jMG{[InIB"-yT0dzpNWMa_ƖjΤ+)y(#5lѝO& K8fR}n`-^va]HH׊63O+ɫ]]YZw3j7w/`߳xe!3Ҋ ŒvXYZ+Z=AX\ A+5(Kdy)y1JҭzʹwdzüގM"حA4Q>_Pjg b)V GlgƎ_FtjMϹu->C1Ad5 ~ͿCe s%g[Xhwx]>(!*EҒ*I$kBꚾl ̾j= 遄KW/=2v3H"ĴZx"Fĸs6Ͳ rg]hox^;9'NU:p[vVđ[U`ceWoΣl9W\]ijs4  d|?htvh+zwJoB9'  )$D(XpȠ' kQ] ]wbi@.>- ^ac?DV@·J .ct[ƣJn2}$5~BFF\͚4V8lʘu:{5NLz??)'DP 4w JX{OڠsDDz^`79(>-<2&ܳ wN5(DS3t@` LJ?v#Ae( @\<(n{$]TiQN}1Q]?ܝPDS tWTj{>r'v }G4;X_CzT;{\}#p533E{:Kqlx\q ZviU U #D۸ӐтS{Dut!RksKM3J4bxks/iRi*}(qcÈ `z HA$ao"nطwI޲3R ;t)"'Djٽl u GQMjW; =^z̠~7 jﷄbF z-osi\&aKR)+.yI_Fp!1OZS$J8UjR_2Z2<͐5s~Uu ( "%$80o׌EK5}  RVPQ7rC{Uiv~LcMͦQ[nkM]M"p!8Z7Z(C=W)nV%ci)ī]xeGzL=!q ^mPQv턾% ,b9r;K-HͲ@KՔwr } (y̢arԉ۲AbmԶLr{n[K/=m9cւ7*EZO>~pX "ܗӏꂚ/ ,OHMM ;c7t:zgwq`(ɇu4)>^v ghL;%A8ݍ&VTp@/ʩd(Ih"eʒ3#;~eAJ 7,Y ^}YQ/p* kP_1V@qEzI2maF 7I"%'6SӴg`MlF`E^Zw2D7ZCUL}F7}D? z+>+'cUicmO(Pm9:-U/eUN\CX3THw5T Bm142Qԡx묌 ~FK).Wp)>Eߔ^s|1U,[48}~>}KůS 5 g1.fzg-5dlAJu;j$y1Լ֍IZ'],u: aWcJ!&_ **B}Un4_-oTDx.`ǮjkE][ /cerys8)B\yFᐑtcpq|yQrp#ِ;X`/>aEu"rInN'%,U5J#CK$6 >?3?saT[3PӬy$}gCHl{7C$1EOh@E%^7:Irgo|YK ZB.~ҤeUƦ!4iVηiA(ƥ~Q(v}$\'Ì5;>WF.{D"?~+W8Э睲B榟/;7eUpYGu{IJ/+sS)&.^ړ^T9Bu ^*yD',RNS_A@JgT':$5wL ~ٝF˱&LLxb& ;o_7']fge M:|}H2n#&ӣUbXIkdkL+O]-˥+Qc`aF~FPt~6㒱9񔜸R{&5S]Hk3؊8r-2]}VMitǥg7>19 +!Ɂb`(wZzE#m.Zv`9.u&/NL36LJX +-#1AXnw`Q9 t򜖠LB-mCrS! 04j q?ڻA~y9lm΅JH*@hӂfb'%8Yԝ|B\[i+_RBzi$U#Kvb'8BlT^rJ,0w;{~WP|ڰx*<䬐շSn_AG!benKEnױJj),XO9^N )_P1 ;眠\J**`;EPKWNDd9y; ɾDGIQ[!*Z/EtQ}ו/Au\aӉ|k|u(p_[Cq߰!QjiZ2n1B-w2ԓz43BmƔqt?hރuSBn2AO>k[z  Cy0&6|+Rn9B}QiX q"_,S!WDCAaR, ATX#ΧF^t~C2˻Ϙ~1^7v> ?Ak=)#^X\qe+H޵ -Ęo'1·n8ҟ:r-^=\о.Vu|֋AVlMSnY:]'\ݗ))E/o`)2Dzmi~acERmi#i7v庅;xC Lur0KܡDUq[3Dy%Lkp+!Z~.L쌿7s,%MQYzwG| ȟBMaE/*ҟ@*kE[VLB\plS,:mӯg\#/Go@f0teW,Fb1s„#9Iܹ4>&[Dx Ith +C= HL)˒f\"l=5@xףsV2 AA菥 ]'1PGhA4xث½/|mhb wnrʑS_'W ZAKSy50A3ԫ,'dLV|Dجq+Z QK*pVfɷfu34ckSNCnNzR2Ioؿp/qL!CB@vΉ3Мo8pqExc*"w'6'V_3/t&&yYT9kΝm؇gZr^q(cW [vxV1!D?n75}b0lVU||eK$A4Y$tϬ=<T@[M]}& `MXLup}1mQrY/JDby3$~= xhC=8'f|0g=l ?]坕Jf0[%U V v42fӍtsp]B@rg]=A5J !SoF?V(3/Rmò${z?qIO&yYƉb%,񔊴ӪXk q"(*|e,}o,89Go 8/}͑+q`kӛ4v6>xHĥ{M(dRQERC! =S_Y[Hҁ{uv, o}eg:l :p>>~BikmF\2U-_y 3bvRpf mrjay_Z_vp R'x"id0ɢlb$8첫yf&gDt> 1:z/SX`ȇHYjh.V ?O}j_URa}ˎ 4ռF8BTQs5: KSI1FuM_Ixʴ*.֗]5޽L+;>%ϵ?1y;c=-oh2-)`h*5vX=|lf0oMjdtY\{ŒsGs薈lmN ܠEYNa N"a.)zZ 5Ȃ@[.6'zZCxch Kvb8$6cpKܜ(Xmk Y i0 Dv'y8:d[̎S} t@ChՇV+)ˑ=b۸')/?%)[N˧,6Y]Z|@ݔLm%yJj-GQm_j/ L mǁYkTR'TҤoGʼ& i/ SQ H&?z:Tm%P(' iHQQPC٣`K3b:Ay2N=EK %=\&\#r'׬\ 6Ҋaz upcDPu5=VogY9ENW]s-]@ .yridsMHҪ~Vbx6q:Ԋ *Nǀsqf0աH d_]lϪѥZgJF!aw}MDH[ggq-]y]'8U@8iWY%tA"/F|-} AlX<lj~>=#+DS?د 'J]F(IK_ hThb--J~@N MXDʹpc4i`CStք+-:(p?#|^6ӜqVܱn0S7eyM.EQj, 2l=1k!>Ou1- C)Z]>G:Mek%{)\0kH;$%Ś ?^ 8kaB4y,"6qF7.H],`t4\bd+Il]abx(܁bqG0+r~3S-ӗ+ꖜaJ}8޶%c.k+/7x7){r&{g7Jԭ,FA(~’0PdX{+0PRNo,zy4 `)'g,Sg(&?~,[GirKJȱ]0"iip pTɄijw.MRndqk2>L_?Cg{eL(B98Ԫ)3 >ޕ4k@T{n[{1ly41Rb rE bzI)*g L<]n͘uk1p?5)I í\jŒz\Ny.Pf|\gZi ')!hdGvI8 k7.%1YK r|zyQ07'O҂d#@e> F9mP?>6bXzx/R}]F`G*N=Y2j5WHNRaj``uְXJz> .x5dpc&}0\d͵/QR]TNfa*ľokcT/؁l#iWEW JHҴVR,Qorw+]HhU퓘 h9ӊwRs5m%P ܣkօGPP|v k|0;To`6*= 1~%a \ojv .uDLR|5#'[ޠ3GM6 5si,mL 'pk-hYU ky\%xZv د5:#%?H[7]wlz_"SGQvYה+p.2͇Ǘ x೫^*= F0`WWW q+6cL$~$Ms!KUV,v UĪ9ܒ\JBCk ??P,;04b/ ED9K|_ͺs<#-A(  DKϟ~ΗN`D<GAc BCCULҴnz@汊FC$IjfttYFAJU6`? 3tt9]$uacCa [㴂瑺E=_YTQ.r\mNz/T5 se7vRA1Cw,'^~+nE=>3p-)c`dgk<" d\?2ϑ@Ukp,}N,uDgF:9?OfH5iĥ`Dŝ=P:S S1mt4Ї0hV\)o_]xILqPCCKPTpIl7@8Nj̧\ Lr =ui kCA*kx_v5xU `)>c柋ʗ+6/{)JLj1xۭ}q1%ʂzK9q>]ey)c!9zԫl)Ja̤p%nUݽm;\i Wގz= O˻|@"q%Bz.rzn-խwcl0G# 2Beݝs|[pvC=]?GFi_QX[R*_!ĥ]{JABm?c|Q /;aBLT4 :&Ͼf͂sd= cܵCG_C`օ[p}Ͻ'-Kf4_bRޕgJ%%Zr1ػ6ՐeU\9o^E] `ܻdQ( taF;9(ƍ䉐ŠxBa3//6{boZoaId>/ 7W>P]QmUpgSh.%VL㯆 [PC_'pS-a*k>J_R;O.q ޣ@2{qe\[<"XyhЭmJ@%hspȎajW/T!wJ/us9VH{wGLHV+!$`iq͐*L6PU EL~Y>Ѕ5g%) g2»WhAbN q;sg6W]pG< Gg 9NmY^y:}?8L;7JI@τqhF^P-^MasMg72&Rq:ڡjyn[;svJQ>jlۜl$ frɷߟp<$!!` EEg[xڬ &yxW4fy1U-ۿ>b@(6Oe6PGN;Z+>:);z)N@ߟdx=B  áLIq1!Kc%8.T?} =1Ut;މ r›ڐ2!dRhHcRC? D//|13IMƳW/@ uxMZ#<)5 m.˜׸E"3O g۔zC>fs.P ][ ̓@#e Uv_igST5>Q/S3Gl(CB.E99W|~QcqlW8V8؞%=5f)RA [ u?x9v :*1^9oC`!.w3J1?2._Ɂܕo=X闁M7󝷵5v2ޏe&’L9Qg˟jv \CkUF~!Ņ!Vpf̚JA"wG7(;9 cT+cF3HymrVPhA.W$N=WfS"QݸN%6a)uAÔ!Hk!X&xTgPMss&tRlOx}ByqoQ )K>C−s[jK 3V)-[ x8\ oi1ѧbiw2޺7jX*@abu8N5$,wU/ڵwzkv%Rbޜxjsfd cN_ V$jXng+ti î[ ao,9Bɑ~(+mq oLf,#dݭxwUH+mN05k@>qӨ_0ˋQ13ߦ>'H'jkm>nKayj\u"l-YX6P1-DnxaΌ}*m֑5;2D9o:mu EH.sNDb;/nc06HoAvs&+KnqL?.U!CΞܕhUȡ.u獢„0rozUde@%#vWl]čDRp&Z€(K ˛zzM۳dw󕙺TP"ԙ /0"sD v\5r,77ogl]*lT*3gS;hvESsL*f\Xg6[y HTt$XqvPN4 m8U·?M|WK M4NPt}]J bN&uY1PHxv5LtC7{<rW"#6{{Ml4#XqCX꾖2|CGi0O&|NsInTmdX,xTrmsPx C奱J4ekau4wFQ2s0`g;Mu(A t/123:Tx>/Et>G#wtd\O/6,QgMHvy-&#US":-"͍d9FSRE)kgFH UX9>d[IPUCvm HM XxK⽹t !9!_n.䕯djKpDȪj`PRU$ 'vYP:~p?Y險=U!^ŕ :;,6#N vӱ 4mD`yeO 5/SEBu6AAt?u9 VUJ"JQ7MfiMOpJnp ]E| p՞V*kh "|)i 8I !ڄ3eA]9OC*77!Aّn OhH'd{[Rf6bC m_ʝgK@z / 4 1InkIn#?zL $}!&6K*S.U$P4((+ k] ۋP Y>hG: Qi*G0>9^x17Ͱăf!N}8\.ķaϷZf<u.տ>d I'Շ_034փf<"Y<" #pA;̱jjV -؛+m燆C&i~AьX-6f[=8\!F$v΁.Οq[`ʜ>j$~2w =q ^VIgg26פ>3.V% r5oPX H50C͚it77%aN%rŽv=9o{ofۭ־6ieRlC@( >ʉ&Ϲ^gp+@MvIyB~.֗9OA6^S\KRմ =fsZo;ݧOGcC fJP𠄉XL# ɋ@T^c 0y o?zOa$:Hr@SH"e.cIUl1aR"|d{._{WKp ^-/5*?QVcqz0m3*ڧqu(sWRF4MNiIdgAls7oqw[gYgXKE hrlɵNAj%H;7E$`V֦űV_׺E4 *tngzP!9ޖ:ҷP"ҏ$,#2K̐'SJ]9!gJ|ܔ;jx(Tȋ$hLW 7P&Gql<-,2 --!j'W~wZ eM&akA 5 "?pQz(M%|nErQR5oi&\:0! !d rm]bMNl9٧A-6 aWǍ}ڂ&_5N* O5b? =}/]+2 i#p܇OKu\zd_Fo:+ItOl,8=)uRЊi\~y9glH@W𲈇d|LĩtOYL ÷]֙g`BFFJΌdd1lXBY\XߡRXf۹lT!:>"EQ,p~1lKǓҽR{wPJŁTqEM`{`2.::d#޺`ZmAa K7#&x3D:T'aQ+xo)Ի C/;s|]9d:l{=o`>h4q?"q{j9< NPl(N-6PyoK4 /| 塼kPwhul,hEm`7?@.}ն-kORW2T~YZ-FiюxQطģ>T]NGF|*RZa:pͥP!U&moc2KO,Ozc2=^Ӹ̈́4p=dI.YlDIj7Hj c~\x~ y] 7Cfܢ7u%TijrXurB;'{Z,D`)A6 26'T0=4;' r2\8)ڍ`NR`M~DO$baʇaevk|i\:}ʾXZH~a">%o/+4zNB%{xıݝ?&И[DM:†mC `?Xw-&*q~lg 8=~dCqFoy{H \!iЧ< qՂ%̪mUSgDaއ*ۦ]4źu{<]>E8m^}*~fZH0y^mߗ}NޗrD{ٜkb^8'Ky,7U59yvmһg}{{7"Eēdڝ-{v(Yڟ]_GHSqJmOTpw&ϥ #K641 e|R^5.#Z=|_=*PRJXlSY>#9ݡt&Ј`a-!'6 clFbEv_v|}U pdC߰ Li֎kfH-[k_Č@`yUBM }S!虊5Г0T(vP# !4λ=' /qK$ [@,i(³X hUtKv02!U)yJ:KAG8']t[;"!tL"!C\05rZU:̍nBzZ9pI0;ף7[38Q=.,8|Sߍ<i .p϶k&Cr{h,5}pBv1yz3PuPFb[#ڜQWMͧ6F\k2~:MG̮tbli- F'/bLL<*᝭% ;x)FL?f^%&dN@*5QnX4ӫ萖dE(Pg&Tm* @[$0)zL"k!㲈뷴ps"gT8>j5ЩڐuI@zn,lAâcR~WKGbheTVCEŸfӡqL30@h}FӸ6oŁPgcb8mDko`0̘ۙɣ'&G 3@$8]&0Jה:]/42ʳ5;@מ5gD;Ț4[(N1t%P"Ս1>Kt);}49alsB(m$Dz16Hi< 42Sr55>Cv`GܭK[Z3A+@ GmY o_I^`F[:p٭ cSw3U 1'SKK3/]~4̻$]bN⽀D}Y*` )$٥EXƮ䅪8WxO`5O% 嘏#+!)ěh}OSW6=qdk =',ѱQ65=\lFSWfJ=z !(p}Y̚]qt ] kQUmXީjNL8K%W^$Ao﹂x'yBYDsn|Z|>gߪQ3(M;]jܐ JrM ]GEK̒[Id<'2)"Č+W#g^tjRIC# k5F PxC?QW$EOj~)Brpm9rcsEֲ2q>XCq\cgWU{_\ 1(~bP S!McuFCgwZ 0,OҾpD/տSmAi~0Im\js꼠04jHyJt 6 ')l>}[$-v^[E}()|6 $:it'Of"g5܏45<` DPER1ɫ@5 ]tEΥ()ֱ80voakrc̆|5bc>o,kc NKЈJc@a tm -UB=%c L5X0]Xgq/, "Aƽ*퍃'YE~D6Fli9SHB5w-'66Ƿ }*/lV ̋ahOT|A7|bhn*E_C;kwˆVw:7S9j<yj( S󻣲TMuP@g]bVb'Za.f߉5ܰaG/H3V:^65$Z[nz1s)k 6CVOLfy[/ȑRg}df 启qR"VI< j;Fb 3: 6ezE^&҆Y Լ&yY,L3,Shs:A=x($?5ݦ!7{O[dyl6Z`Hz6"_^첾bpcO] cJ%pѪqlSeђAo$;~ {;iycM;xeRz|\l$&4X-22҅ƺ:L~ `C-lQ*<0zѧXmr5ytHL}(J{dj&,_gؤܹ\`, :FsGm"hyNG"uJl-Ytaܕݜ gq5{l 94&Vpkt>TU4>S뵖` =:rҰ&~[ YZ