go

module
v0.0.0-...-b46bf14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 2, 2024 License: Apache-2.0

README

Retail API Go Language Build and Example

Introduction

The Go module is setup similar to a production Go package, in order to illustrate best practices for the Go language.

  • pkg - is for internal source code.
  • test - is for all test cases, and test harness data.

Build

The 'BUILD.bazel' file in this directory is responsible for building the Go Language Library that is importable for other projects.

Test Cases

The test directory contains the following examples:

Build targets

Build Go
$ bazel build //go/...
Testing Go
$ bazel test //go/...

Directories

Path Synopsis
common
enterprise
events
location
merchandise
retail

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL