bscan

package module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2023 License: MIT Imports: 1 Imported by: 0

README

bscan-go 0.1.0

Get the bscan-go module


Note that you need to include the v in the version tag.


go get github.com/BarcaWebCloud/bscan-go@v0.1.0

A Go library for scan any computational device and atmospheric environment.

Requeriments:




Tests

We will start a series of tests of our golang package. By default Go comes with rudimentary test capabilities that looks for files ending with _test.go.


Run the tests using the following command:


go test

If everything passed, tidy up a bit by running:


go mod tidy

Then run the tests again, just to be sure:


go test

For more verbose output try this:


go test -v

Sometimes test results are cached. To make sure they are not, use this command:


go test -count 1
go test -v -count 1

For more information on testing, run this command:


go help testflag

Documentation

Overview

***********************************************************************************

  • Copyright (C) 2021 - 2023, Barca, Inc.

  • Email: <opensource@barca.com> GitHub: @BarcaWebCloud.

  • Project: BSCAN to scanner MotherBoards. CPU, Memory Ram, SO and more

  • This software is licensed as described in the file COPYING, which

  • you should have received as part of this distribution. The terms

  • are also available at https://project-barca.github.io/docs/copyright.html. *

  • You may opt to use, copy, modify, merge, publish, distribute and/or sell

  • copies of the Software, and permit persons to whom the Software is

  • furnished to do so, under the terms of the COPYING file. *

  • This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

  • KIND, either express or implied. * *************************************************************************************

***********************************************************************************

  • Copyright (C) 2021 - 2023, Barca, Inc.

  • Email: <opensource@barca.com> GitHub: @BarcaWebCloud.

  • Project: BSCAN to scanner MotherBoards. CPU, Memory Ram, SO and more

  • This software is licensed as described in the file COPYING, which

  • you should have received as part of this distribution. The terms

  • are also available at https://project-barca.github.io/docs/copyright.html. *

  • You may opt to use, copy, modify, merge, publish, distribute and/or sell

  • copies of the Software, and permit persons to whom the Software is

  • furnished to do so, under the terms of the COPYING file. *

  • This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY

  • KIND, either express or implied. * *************************************************************************************

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(a int, b int) int

returns the sum of two numbers

func Subtract

func Subtract(a int, b int) int

returns the difference between two numbers

Types

This section is empty.

Jump to

Keyboard shortcuts

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